Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
test15_4_evbme_dummy.c File Reference
Include dependency graph for test15_4_evbme_dummy.c:

Functions

int TEST15_4_UpStreamDispatch (struct SerialBuffer *SerialRxBuffer, struct ca821x_dev *pDeviceRef)
 Dispatch Branch for EVBME Request (UpStream, Serial) More...
 
void TEST15_4_Initialise (struct ca821x_dev *pDeviceRef)
 TEST15_4 Initialistion. More...
 
void TEST15_4_Handler (struct ca821x_dev *pDeviceRef)
 TEST15_4 Event Handler in Main Polling Loop. More...
 
int TEST15_4_SerialDispatch (uint8_t *buf, size_t len, struct ca821x_dev *pDeviceRef)
 Dispatch function to process received serial messages. More...
 
int CHILI_TEST_UpStreamDispatch (struct SerialBuffer *SerialRxBuffer, struct ca821x_dev *pDeviceRef)
 Chili Test Dispatch Branch (UpStream, Serial) More...
 
void CHILI_TEST_Initialise (u8_t status, struct ca821x_dev *pDeviceRef)
 Chili Production Test Initialisation. More...
 
uint8_t CHILI_TEST_IsInTestMode (void)
 Checks if Device is in Production Test Mode (yes if non-zero) More...
 
void CHILI_TEST_Handler (struct ca821x_dev *pDeviceRef)
 Chili Production Test Handler. More...
 

Function Documentation

◆ CHILI_TEST_Handler()

void CHILI_TEST_Handler ( struct ca821x_dev pDeviceRef)

Chili Production Test Handler.

◆ CHILI_TEST_Initialise()

void CHILI_TEST_Initialise ( u8_t  status,
struct ca821x_dev pDeviceRef 
)

Chili Production Test Initialisation.

◆ CHILI_TEST_IsInTestMode()

uint8_t CHILI_TEST_IsInTestMode ( void  )

Checks if Device is in Production Test Mode (yes if non-zero)

◆ CHILI_TEST_UpStreamDispatch()

int CHILI_TEST_UpStreamDispatch ( struct SerialBuffer SerialRxBuffer,
struct ca821x_dev pDeviceRef 
)

Chili Test Dispatch Branch (UpStream, Serial)

◆ TEST15_4_Handler()

void TEST15_4_Handler ( struct ca821x_dev pDeviceRef)

TEST15_4 Event Handler in Main Polling Loop.

◆ TEST15_4_Initialise()

void TEST15_4_Initialise ( struct ca821x_dev pDeviceRef)

TEST15_4 Initialistion.

◆ TEST15_4_SerialDispatch()

int TEST15_4_SerialDispatch ( uint8_t *  buf,
size_t  len,
struct ca821x_dev pDeviceRef 
)

Dispatch function to process received serial messages.

Parameters
buf- serial buffer to dispatch
len- length of buf
pDeviceRef- pointer to a CA-821x Device reference struct
Returns
1: consumed by driver 0: command to be sent downstream to spi

◆ TEST15_4_UpStreamDispatch()

int TEST15_4_UpStreamDispatch ( struct SerialBuffer SerialRxBuffer,
struct ca821x_dev pDeviceRef 
)

Dispatch Branch for EVBME Request (UpStream, Serial)