![]() |
S2-LP Low Level API
v. 1.3.0
|
Macros | |
| #define | PAYLOAD_LENGTH_FIX 300 |
| #define | EXTENDED_LENGTH_FIELD S_ENABLE |
| #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... | |
| SGpioInit | xGpioAF |
| GPIO RX FIFO AF structure fitting. More... | |
| volatile FlagStatus | xRxDoneFlag = RESET |
| Declare the Rx done flag. More... | |
| S2LPIrqs | xIrqStatus |
| IRQ status struct declaration. More... | |
| uint8_t | vectcRxBuff [PAYLOAD_LENGTH_FIX] |
| Rx buffer declaration: how to store the received data. More... | |
| uint16_t | nRxIndex |
| Rx buffer index, residual and total bytes to be received. More... | |
| uint16_t | nPayloadLength = 20 |
| uint8_t | cThreholdRxFifoAF = 78 |
| Almost full Tx FIFO threshold (measured from the tail) More... | |
| #define EXTENDED_LENGTH_FIELD S_ENABLE |
Definition at line 63 of file SDK_FifoHandler_B.c.
| #define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 141 of file SDK_FifoHandler_B.c.
| #define PAYLOAD_LENGTH_FIX 300 |
Definition at line 60 of file SDK_FifoHandler_B.c.
| uint8_t cThreholdRxFifoAF = 78 |
Almost full Tx FIFO threshold (measured from the tail)
Definition at line 136 of file SDK_FifoHandler_B.c.
| uint16_t nPayloadLength = 20 |
Definition at line 131 of file SDK_FifoHandler_B.c.
| uint16_t nRxIndex |
Rx buffer index, residual and total bytes to be received.
Definition at line 131 of file SDK_FifoHandler_B.c.
| uint8_t vectcRxBuff[PAYLOAD_LENGTH_FIX] |
Rx buffer declaration: how to store the received data.
Definition at line 126 of file SDK_FifoHandler_B.c.
| PktBasicInit xBasicInit |
Packet Basic structure fitting.
Definition at line 79 of file SDK_FifoHandler_B.c.
| SGpioInit xGpioAF |
GPIO RX FIFO AF structure fitting.
Definition at line 104 of file SDK_FifoHandler_B.c.
| SGpioInit xGpioIRQ |
GPIO IRQ structure fitting.
Definition at line 95 of file SDK_FifoHandler_B.c.
| S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 120 of file SDK_FifoHandler_B.c.
| SRadioInit xRadioInit |
| volatile FlagStatus xRxDoneFlag = RESET |
Declare the Rx done flag.
Definition at line 114 of file SDK_FifoHandler_B.c.
1.8.14