Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
Macros | |
#define | NRF_GZLL_CHANNEL_TABLE_SIZE 5 |
Enumerations | |
enum | wdi_pkt_t { DEBUG_POLL = 0, DEBUG_PKT = 1, DEBUG_STR = 2, DEBUG_PTU = 3, DEBUG_PRU0 = 0x80, DEBUG_PRU1 = 0x81, DEBUG_PRU2 = 0x82, DEBUG_PRU3 = 0x83, DEBUG_PRU4 = 0x84, DEBUG_PRU5 = 0x85, DEBUG_PRU6 = 0x86, DEBUG_PRU7 = 0x87 } |
WDI packet headers type. More... | |
Functions | |
void | debug (void) |
Process debug commands. | |
void | debug_add_string (const char *s) |
Add string to debug output. More... | |
uint32_t | sd_radio_init (void) |
Initialize SD Radio API. More... | |
bool | debug_cmd_available (void) |
Check if debug command received from dongle. More... | |
char | get_debug_cmd (void) |
get debug command received from dongle More... | |
#define NRF_GZLL_CHANNEL_TABLE_SIZE 5 |
Channel table size.
Definition at line 20 of file wireless_debug_config.h.
enum wdi_pkt_t |
WDI packet headers type.
Definition at line 24 of file wireless_debug.h.
void debug_add_string | ( | const char * | s | ) |
Add string to debug output.
[in] | s | is the string to be added to debug output. |
Definition at line 578 of file pru_debug.c.
uint32_t sd_radio_init | ( | void | ) |
Initialize SD Radio API.
Initialize SD Radio API.
Definition at line 190 of file wireless_debug.c.
bool debug_cmd_available | ( | void | ) |
Check if debug command received from dongle.
Check if debug command received from dongle.
Definition at line 248 of file wireless_debug.c.
char get_debug_cmd | ( | void | ) |
get debug command received from dongle
get debug command received from dongle
Definition at line 256 of file wireless_debug.c.