Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
cascoda_dispatch.h File Reference

Declarations of internal functions for communication with CA-821x. More...

#include "cascoda-bm/cascoda_types.h"
#include "ca821x_api.h"
#include "mac_messages.h"
Include dependency graph for cascoda_dispatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ca_error DISPATCH_ToCA821x (const uint8_t *buf, u8_t *response, struct ca821x_dev *pDeviceRef)
 Send Request to CA-821x over SPI. More...
 
ca_error DISPATCH_FromCA821x (struct ca821x_dev *pDeviceRef)
 process and dispatch on any received SPI messages from the ca821x More...
 
void DISPATCH_ReadCA821x (struct ca821x_dev *pDeviceRef)
 Read SPI messages from the ca821x. More...
 

Detailed Description

Declarations of internal functions for communication with CA-821x.