Appiko
Data Structures | Enumerations
CSMA Exported Types

Data Structures

struct  SCsmaInit
 S2LP CSMA Init structure definition. More...
 

Enumerations

enum  SCsmaPeriod { CSMA_PERIOD_64TBIT, CSMA_PERIOD_128TBIT, CSMA_PERIOD_256TBIT, CSMA_PERIOD_512TBIT }
 Multiplier for Tcca time enumeration (Tcca = Multiplier*Tbit). More...
 

Detailed Description

Enumeration Type Documentation

◆ SCsmaPeriod

Enumerator
CSMA_PERIOD_64TBIT 

CSMA/CA: Sets CCA period to 64*TBIT

CSMA_PERIOD_128TBIT 

CSMA/CA: Sets CCA period to 128*TBIT

CSMA_PERIOD_256TBIT 

CSMA/CA: Sets CCA period to 256*TBIT

CSMA_PERIOD_512TBIT 

CSMA/CA: Sets CCA period to 512*TBIT

Definition at line 90 of file S2LP_Csma.h.