![]() |
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 | xIrqRaised = RESET |
Declare the IRQ raised flag. More... | |
S2LPIrqs | xIrqStatus |
IRQ status struct declaration. More... | |
uint8_t | vectcTxBuff [TX_DATA_LENGTH] |
Tx buffer declaration: data to transmit. More... | |
#define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 120 of file SDK_Ldcr_A.c.
uint8_t vectcTxBuff[TX_DATA_LENGTH] |
Tx buffer declaration: data to transmit.
Definition at line 115 of file SDK_Ldcr_A.c.
PktBasicInit xBasicInit |
SGpioInit xGpioIRQ |
GPIO structure fitting.
Definition at line 93 of file SDK_Ldcr_A.c.
volatile FlagStatus xIrqRaised = RESET |
Declare the IRQ raised flag.
Definition at line 103 of file SDK_Ldcr_A.c.
S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 109 of file SDK_Ldcr_A.c.
SRadioInit xRadioInit |