![]() |
S2-LP Low Level API
v. 1.3.0
|
Macros | |
#define | MAX_PAYLOAD_LENGTH sizeof(tx_data) |
#define | IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ. More... | |
Variables | |
SRadioInit | xRadioInit |
Radio structure fitting. More... | |
PktBasicInit | xBasicInit |
Packet Basic structure fitting. More... | |
SGpioInit | xGpioIRQ |
GPIO structure fitting. More... | |
volatile FlagStatus | xTxDoneFlag = RESET |
Declare the Tx done flag. More... | |
volatile FlagStatus | xRxDoneFlag = RESET |
S2LPIrqs | xIrqStatus |
IRQ status struct declaration. More... | |
uint8_t | tx_data [20] |
Tx buffer declaration: data to transmit. More... | |
uint8_t | rx_data [20] |
uint8_t | tx_data_size =0 |
uint8_t | rx_data_size =0 |
#define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 124 of file SDK_Chat.c.
#define MAX_PAYLOAD_LENGTH sizeof(tx_data) |
Definition at line 119 of file SDK_Chat.c.
uint8_t rx_data[20] |
Definition at line 115 of file SDK_Chat.c.
uint8_t rx_data_size =0 |
Definition at line 116 of file SDK_Chat.c.
uint8_t tx_data[20] |
Tx buffer declaration: data to transmit.
Definition at line 115 of file SDK_Chat.c.
uint8_t tx_data_size =0 |
Definition at line 116 of file SDK_Chat.c.
PktBasicInit xBasicInit |
SGpioInit xGpioIRQ |
GPIO structure fitting.
Definition at line 93 of file SDK_Chat.c.
S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 109 of file SDK_Chat.c.
SRadioInit xRadioInit |
volatile FlagStatus xRxDoneFlag = RESET |
Definition at line 103 of file SDK_Chat.c.
volatile FlagStatus xTxDoneFlag = RESET |
Declare the Tx done flag.
Definition at line 103 of file SDK_Chat.c.