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

Chili Module Production Test Modes. More...

Include dependency graph for chili_test.c:

Functions

void CHILI_TEST_Initialise (u8_t status, struct ca821x_dev *pDeviceRef)
 Chili Production Test Initialisation. More...
 
void CHILI_TEST_Handler (struct ca821x_dev *pDeviceRef)
 Chili Production Test Handler. More...
 
int CHILI_TEST_UpStreamDispatch (struct SerialBuffer *SerialRxBuffer, struct ca821x_dev *pDeviceRef)
 Chili Test Dispatch Branch (UpStream, Serial) More...
 
u8_t CHILI_TEST_IsInTestMode (void)
 Checks if Device is in Production Test Mode (yes if non-zero) More...
 

Detailed Description

Chili Module Production Test Modes.

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()

u8_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)