libdrmconf
0.12.0
A library to program DMR radios.
|
This is the complete list of members for TyTInterface, including all inherited members.
_blocksize | DFUSEDevice | protected |
_ctx | DFUDevice | protected |
_dev | DFUDevice | protected |
_ident | TyTInterface | protected |
_status | DFUDevice | protected |
abort(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
blocksize() const | DFUSEDevice | |
clear_status(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
close() | TyTInterface | virtual |
detach(int timeout, const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
detect(bool saveOnly=true) | TyTInterface | static |
DFUSEDevice::detect(uint16_t vid, uint16_t pid) | DFUDevice | static |
DFUDevice(const USBDeviceDescriptor &descr, const ErrorStack &err=ErrorStack(), QObject *parent=nullptr) | DFUDevice | |
DFUSEDevice(const USBDeviceDescriptor &descr, const ErrorStack &err=ErrorStack(), uint16_t blocksize=32, QObject *parent=nullptr) | DFUSEDevice | |
download(unsigned block, uint8_t *data, unsigned len, const ErrorStack &err=ErrorStack()) | DFUDevice | |
erase(unsigned start, unsigned size, void(*progress)(unsigned, void *)=nullptr, void *ctx=nullptr, const ErrorStack &err=ErrorStack()) | TyTInterface | |
erase_block(uint32_t address, const ErrorStack &err=ErrorStack()) | TyTInterface | protected |
eraseAll(const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
erasePage(uint32_t address, const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
get_state(int &pstate, const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
get_status(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
identifier(const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
identify(const ErrorStack &err=ErrorStack()) | TyTInterface | protected |
interfaceInfo() | TyTInterface | static |
isOpen() const | TyTInterface | virtual |
leaveDFU(const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
md380_command(uint8_t a, uint8_t b, const ErrorStack &err=ErrorStack()) | TyTInterface | protected |
RadioInterface() | RadioInterface | explicitprotected |
read(uint32_t bank, uint32_t addr, uint8_t *data, int nbytes, const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
read_finish(const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
read_start(uint32_t bank, uint32_t addr, const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
readBlock(unsigned block, uint8_t *data, const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
reboot(const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
releaseReadLock(const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
set_address(uint32_t address, const ErrorStack &err=ErrorStack()) | TyTInterface | protected |
setAddress(uint32_t address, const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
TyTInterface(const USBDeviceDescriptor &descr, const ErrorStack &err=ErrorStack(), QObject *parent=nullptr) | TyTInterface | |
upload(unsigned block, uint8_t *data, unsigned len, const ErrorStack &err=ErrorStack()) | DFUDevice | |
wait_idle(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
write(uint32_t bank, uint32_t addr, uint8_t *data, int nbytes, const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
write_finish(const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
write_start(uint32_t bank, uint32_t addr, const ErrorStack &err=ErrorStack()) | TyTInterface | virtual |
writeBlock(unsigned block, const uint8_t *data, const ErrorStack &err=ErrorStack()) | DFUSEDevice | |
~DFUDevice() | DFUDevice | virtual |
~RadioInterface() | RadioInterface | virtual |
~TyTInterface() | TyTInterface |