40 #ifndef CASCODA_DISPATCH_H
41 #define CASCODA_DISPATCH_H
The main ca821x-api include file.
Type definitions used by Cascoda baremetal drivers.
unsigned char u8_t
Definition: cascoda_types.h:46
ca_error DISPATCH_FromCA821x(struct ca821x_dev *pDeviceRef)
process and dispatch on any received SPI messages from the ca821x
Definition: cascoda_dispatch.c:564
void DISPATCH_ReadCA821x(struct ca821x_dev *pDeviceRef)
Read SPI messages from the ca821x.
Definition: cascoda_dispatch.c:512
ca_error DISPATCH_ToCA821x(const uint8_t *buf, u8_t *response, struct ca821x_dev *pDeviceRef)
Send Request to CA-821x over SPI.
Definition: cascoda_dispatch.c:540
ca_error
Cascoda error type.
Definition: ca821x_error.h:51
Definitions relating to MLME and MCPS API messages.
CA-821x Device reference struct.
Definition: ca821x_api.h:123