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 [96]
 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 119 of file SDK_Csma_B.c.

Variable Documentation

◆ cRxData

uint8_t cRxData

Definition at line 114 of file SDK_Csma_B.c.

◆ vectcRxBuff

uint8_t vectcRxBuff[96]

Rx buffer declaration: how to store the received data.

Definition at line 114 of file SDK_Csma_B.c.

◆ xBasicInit

PktBasicInit xBasicInit
Initial value:

Packet Basic structure fitting.

Definition at line 81 of file SDK_Csma_B.c.

◆ xGpioIRQ

SGpioInit xGpioIRQ

◆ xIrqStatus

S2LPIrqs xIrqStatus

IRQ status struct declaration.

Definition at line 108 of file SDK_Csma_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 69 of file SDK_Csma_B.c.