|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Cascoda serialbuffer structure. More...
#include <baremetal/platform/chili2/LDROM_UART/ldrom_uart.h>

Public Attributes | |
| volatile uint8_t | isReady |
| Is ready to: Tx-Write, Rx-Read. More... | |
| uint8_t | SofPkt |
| Start of frame. More... | |
| uint8_t | cmdid |
| Cascoda command ID = EVBME_DFU_CMD (0xA3) More... | |
| uint8_t | len |
| Length of data. More... | |
| union serial_data | data |
| Data. More... | |
Cascoda serialbuffer structure.
| uint8_t SerialUARTBuf::cmdid |
Cascoda command ID = EVBME_DFU_CMD (0xA3)
| union serial_data SerialUARTBuf::data |
Data.
| volatile uint8_t SerialUARTBuf::isReady |
Is ready to: Tx-Write, Rx-Read.
| uint8_t SerialUARTBuf::len |
Length of data.
| uint8_t SerialUARTBuf::SofPkt |
Start of frame.