Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
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 | |
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... | |