Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Go to the source code of this file.
Classes | |
struct | dfu_write_cmd_aligned |
Write command to write words of data - aligned for codespace and speed. More... | |
union | dfu_cmd_aligned |
Union of all DFU commands - version with dfu_write_cmd_aligned. More... | |
struct | SerialBuf |
Cascoda serialbuffer structure. More... | |
Functions | |
ca_static_assert (sizeof(struct dfu_write_cmd_aligned)==248) | |
ca_static_assert (sizeof(struct SerialBuf)==sizeof(struct dfu_write_cmd_aligned)+4) | |
void | HID_Init (void) |
USBD Endpoint Config. More... | |
void | EP2_Handler (void) |
void | EP3_Handler (void) |
void | RxHandled (void) |
void | TxReady (void) |
Variables | |
struct SerialBuf | gRxBuffer |
struct SerialBuf | gTxBuffer |
ca_static_assert | ( | sizeof(struct dfu_write_cmd_aligned) | = =248 | ) |
ca_static_assert | ( | sizeof(struct SerialBuf) | = =sizeof(struct dfu_write_cmd_aligned)+4 | ) |
void EP2_Handler | ( | void | ) |
void EP3_Handler | ( | void | ) |
void HID_Init | ( | void | ) |
USBD Endpoint Config.
void RxHandled | ( | void | ) |
void TxReady | ( | void | ) |
|
extern |
|
extern |