![]() |
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 IRQ structure fitting. More... | |
S2LPIrqs | xIrqStatus |
IRQ status struct declaration. More... | |
uint8_t | vectcRxBuff [128] |
Rx buffer declaration: how to store the received data. More... | |
uint8_t | cRxData |
#define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 117 of file SDK_BasicGeneric_B.c.
uint8_t cRxData |
Definition at line 112 of file SDK_BasicGeneric_B.c.
uint8_t vectcRxBuff[128] |
Rx buffer declaration: how to store the received data.
Definition at line 112 of file SDK_BasicGeneric_B.c.
PktBasicInit xBasicInit |
Packet Basic structure fitting.
Definition at line 79 of file SDK_BasicGeneric_B.c.
SGpioInit xGpioIRQ |
GPIO IRQ structure fitting.
Definition at line 96 of file SDK_BasicGeneric_B.c.
S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 106 of file SDK_BasicGeneric_B.c.
SRadioInit xRadioInit |