|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include "cascoda-bm/cascoda_evbme.h"#include "cascoda-bm/cascoda_serial.h"#include "cascoda-bm/cascoda_types.h"#include "cascoda-bm/chili_test.h"#include "cascoda-bm/test15_4_evbme.h"
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... | |
| void CHILI_TEST_Handler | ( | struct ca821x_dev * | pDeviceRef | ) |
Chili Production Test Handler.
| void CHILI_TEST_Initialise | ( | u8_t | status, |
| struct ca821x_dev * | pDeviceRef | ||
| ) |
Chili Production Test Initialisation.
| uint8_t CHILI_TEST_IsInTestMode | ( | void | ) |
Checks if Device is in Production Test Mode (yes if non-zero)
| int CHILI_TEST_UpStreamDispatch | ( | struct SerialBuffer * | SerialRxBuffer, |
| struct ca821x_dev * | pDeviceRef | ||
| ) |
Chili Test Dispatch Branch (UpStream, Serial)
| void TEST15_4_Handler | ( | struct ca821x_dev * | pDeviceRef | ) |
TEST15_4 Event Handler in Main Polling Loop.
| void TEST15_4_Initialise | ( | struct ca821x_dev * | pDeviceRef | ) |
TEST15_4 Initialistion.
| int TEST15_4_SerialDispatch | ( | uint8_t * | buf, |
| size_t | len, | ||
| struct ca821x_dev * | pDeviceRef | ||
| ) |
Dispatch function to process received serial messages.
| buf | - serial buffer to dispatch |
| len | - length of buf |
| pDeviceRef | - pointer to a CA-821x Device reference struct |
| int TEST15_4_UpStreamDispatch | ( | struct SerialBuffer * | SerialRxBuffer, |
| struct ca821x_dev * | pDeviceRef | ||
| ) |
Dispatch Branch for EVBME Request (UpStream, Serial)