Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Cascoda serialbuffer structure. More...
#include <baremetal/platform/chili2/LDROM_HID/ldrom_hid.h>
Public Attributes | |
volatile uint8_t | isReady |
Is ready to: Tx-Write, Rx-Read. More... | |
uint8_t | cmdid |
Cascoda command ID = EVBME_DFU_CMD (0xA3) More... | |
uint8_t | len |
Length of data. More... | |
uint8_t | dfu_cmdid |
DFU cmdid. More... | |
union dfu_cmd_aligned | dfu_cmd |
dfu command More... | |
Cascoda serialbuffer structure.
uint8_t SerialBuf::cmdid |
Cascoda command ID = EVBME_DFU_CMD (0xA3)
union dfu_cmd_aligned SerialBuf::dfu_cmd |
dfu command
uint8_t SerialBuf::dfu_cmdid |
DFU cmdid.
volatile uint8_t SerialBuf::isReady |
Is ready to: Tx-Write, Rx-Read.
uint8_t SerialBuf::len |
Length of data.