S2-LP Low Level API  v. 1.3.0
Macros | Variables
WMbus Std B Private Variables

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...
 

Detailed Description

Macro Definition Documentation

◆ IRQ_PREEMPTION_PRIORITY

#define IRQ_PREEMPTION_PRIORITY   0x03

Preemption priority IRQ.

Definition at line 161 of file SDK_WMbusStd_B.c.

Variable Documentation

◆ nPcktLength

uint16_t nPcktLength

Packet length variable.

Definition at line 156 of file SDK_WMbusStd_B.c.

◆ vectcRxBuff

uint8_t vectcRxBuff[RX_BUFFER]

Rx buffer declaration: how to store the received data.

Definition at line 145 of file SDK_WMbusStd_B.c.

◆ xGpioIRQ

SGpioInit xGpioIRQ

◆ xIrqStatus

S2LPIrqs xIrqStatus

IRQ status struct declaration.

Definition at line 139 of file SDK_WMbusStd_B.c.

◆ xMbusInit

PktWMbusInit xMbusInit
Initial value:
={
}
#define MBUS_SUBMODE
#define PREAMBLE_LENGTH
#define POSTAMBLE_LENGTH

Packet Mbus structure fitting.

Definition at line 119 of file SDK_WMbusStd_B.c.

◆ xRadioInit

SRadioInit xRadioInit
Initial value:
= {
}
#define BASE_FREQUENCY
#define BANDWIDTH
#define DATARATE
#define MODULATION_SELECT
#define FREQ_DEVIATION

Radio structure fitting.

Definition at line 107 of file SDK_WMbusStd_B.c.

◆ xRxDone

volatile SFlagStatus xRxDone =S_RESET

A flag to notify the packet reception.

Definition at line 150 of file SDK_WMbusStd_B.c.