![]() |
S2-LP Low Level API
v. 1.3.0
|
Macros | |
#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... | |
S2LPIrqs | xIrqStatus |
IRQ status struct declaration. More... | |
uint8_t | vectcTxBuff [20] ={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20} |
Tx buffer declaration: data to transmit. More... | |
SCsmaInit | xCsmaInit |
CSMA structure fitting. More... | |
#define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 156 of file SDK_Csma_A.c.
uint8_t vectcTxBuff[20] ={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20} |
Tx buffer declaration: data to transmit.
Definition at line 139 of file SDK_Csma_A.c.
PktBasicInit xBasicInit |
SCsmaInit xCsmaInit |
SGpioInit xGpioIRQ |
GPIO structure fitting.
Definition at line 117 of file SDK_Csma_A.c.
S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 133 of file SDK_Csma_A.c.
SRadioInit xRadioInit |
volatile FlagStatus xTxDoneFlag = RESET |
Declare the Tx done flag.
Definition at line 127 of file SDK_Csma_A.c.