![]() |
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... | |
| PktWMbusInit | xMbusInit |
| Packet Mbus structure fitting. More... | |
| SGpioInit | xGpioIRQ |
| GPIO IRQ structure fitting. More... | |
| S2LPIrqs | xIrqStatus |
| IRQ status struct declaration. More... | |
| uint8_t | vectcRxBuff [RX_BUFFER] |
| Rx buffer declaration: how to store the received data. More... | |
| volatile SFlagStatus | xRxDone =S_RESET |
| A flag to notify the packet reception. More... | |
| uint16_t | nPcktLength |
| Packet length variable. More... | |
| #define IRQ_PREEMPTION_PRIORITY 0x03 |
Preemption priority IRQ.
Definition at line 161 of file SDK_WMbusStd_B.c.
| uint16_t nPcktLength |
Packet length variable.
Definition at line 156 of file SDK_WMbusStd_B.c.
| uint8_t vectcRxBuff[RX_BUFFER] |
Rx buffer declaration: how to store the received data.
Definition at line 145 of file SDK_WMbusStd_B.c.
| SGpioInit xGpioIRQ |
GPIO IRQ structure fitting.
Definition at line 129 of file SDK_WMbusStd_B.c.
| S2LPIrqs xIrqStatus |
IRQ status struct declaration.
Definition at line 139 of file SDK_WMbusStd_B.c.
| PktWMbusInit xMbusInit |
| SRadioInit xRadioInit |
| volatile SFlagStatus xRxDone =S_RESET |
A flag to notify the packet reception.
Definition at line 150 of file SDK_WMbusStd_B.c.
1.8.14