S2-LP Low Level API  v. 1.3.0
Macros | Variables
Basic Generic B Private Variables

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 IRQ structure fitting. More...
 
S2LPIrqs xIrqStatus
 IRQ status struct declaration. More...
 
uint8_t vectcRxBuff [128]
 Rx buffer declaration: how to store the received data. More...
 
uint8_t cRxData
 

Detailed Description

Macro Definition Documentation

◆ IRQ_PREEMPTION_PRIORITY

#define IRQ_PREEMPTION_PRIORITY   0x03

Preemption priority IRQ.

Definition at line 117 of file SDK_BasicGeneric_B.c.

Variable Documentation

◆ cRxData

uint8_t cRxData

Definition at line 112 of file SDK_BasicGeneric_B.c.

◆ vectcRxBuff

uint8_t vectcRxBuff[128]

Rx buffer declaration: how to store the received data.

Definition at line 112 of file SDK_BasicGeneric_B.c.

◆ xBasicInit

PktBasicInit xBasicInit
Initial value:

Packet Basic structure fitting.

Definition at line 79 of file SDK_BasicGeneric_B.c.

◆ xGpioIRQ

SGpioInit xGpioIRQ

◆ xIrqStatus

S2LPIrqs xIrqStatus

IRQ status struct declaration.

Definition at line 106 of file SDK_BasicGeneric_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 67 of file SDK_BasicGeneric_B.c.