|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <string.h>#include <cmocka.h>#include "ca821x_api.h"#include "ca821x_blacklist.h"#include "mac_messages.h"
Functions | |
| ca_error | ca821x_api_downstream (const uint8_t *buf, uint8_t *response, struct ca821x_dev *pDeviceRef) |
| Function for downstream api interface. More... | |
| void | ca_log (ca_loglevel loglevel, const char *format, va_list argp) |
| Function to process logs depending on platform. More... | |
| ca_error | data_indication_handler (struct MCPS_DATA_indication_pset *params, struct ca821x_dev *pDeviceRef) |
| int | main (void) |
Variables | |
| int | received_data_indication |
| ca_error data_indication_handler | ( | struct MCPS_DATA_indication_pset * | params, |
| struct ca821x_dev * | pDeviceRef | ||
| ) |
| int main | ( | void | ) |
| int received_data_indication |