S2-LP Low Level API  v. 1.3.0
Macros | Variables
STack LLP B Private Variables

Macros

#define IRQ_PREEMPTION_PRIORITY   0x03
 Preemption priority IRQ. More...
 

Variables

SRadioInit xRadioInit
 Radio structure fitting. More...
 
PktStackInit xStackInit
 
PktStackAddressesInit xAddressInit
 
SGpioInit xGpioIRQ
 
S2LPIrqs xIrqStatus
 
uint8_t vectcRxBuff [96]
 
uint8_t cRxData
 

Detailed Description

Macro Definition Documentation

◆ IRQ_PREEMPTION_PRIORITY

#define IRQ_PREEMPTION_PRIORITY   0x03

Preemption priority IRQ.

Definition at line 141 of file SDK_StackLlp_B.c.

Variable Documentation

◆ cRxData

uint8_t cRxData

Definition at line 132 of file SDK_StackLlp_B.c.

◆ vectcRxBuff

uint8_t vectcRxBuff[96]

Definition at line 132 of file SDK_StackLlp_B.c.

◆ xAddressInit

PktStackAddressesInit xAddressInit
Initial value:
={
0xEE,
0xFF
}
#define MY_ADDRESS

Definition at line 114 of file SDK_StackLlp_B.c.

◆ xGpioIRQ

SGpioInit xGpioIRQ

◆ xIrqStatus

S2LPIrqs xIrqStatus

Definition at line 131 of file SDK_StackLlp_B.c.

◆ xRadioInit

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

Radio structure fitting.

Definition at line 93 of file SDK_StackLlp_B.c.

◆ xStackInit

PktStackInit xStackInit
Initial value:

Definition at line 102 of file SDK_StackLlp_B.c.