![]() |
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... | |
S2LPIrqs | xIrqStatus |
IRQ status struct declaration. More... | |
uint8_t | vectcRxBuff [96] |
Rx buffer declaration: how to store the received data. More... | |
uint8_t | cRxData |
volatile FlagStatus | xIrqRaised = RESET |
#define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 107 of file SDK_Ldcr_B.c.
uint8_t cRxData |
Definition at line 99 of file SDK_Ldcr_B.c.
uint8_t vectcRxBuff[96] |
Rx buffer declaration: how to store the received data.
Definition at line 99 of file SDK_Ldcr_B.c.
PktBasicInit xBasicInit |
volatile FlagStatus xIrqRaised = RESET |
Definition at line 102 of file SDK_Ldcr_B.c.
S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 94 of file SDK_Ldcr_B.c.
SRadioInit xRadioInit |