| 
    Appiko
    
   | 
 
S2LP CSMA Init structure definition. More...
#include <S2LP_Csma.h>
Data Fields | |
| SFunctionalState | xCsmaPersistentMode | 
| SCsmaPeriod | xMultiplierTbit | 
| uint8_t | xCcaLength | 
| uint8_t | cMaxNb | 
| uint16_t | nBuCounterSeed | 
| uint8_t | cBuPrescaler | 
Definition at line 101 of file S2LP_Csma.h.
| uint8_t SCsmaInit::cBuPrescaler | 
Specifies the BU prescaler. From 0 to 63.
Definition at line 107 of file S2LP_Csma.h.
| uint8_t SCsmaInit::cMaxNb | 
Specifies the max number of backoff cycles. From 0 to 7.
Definition at line 105 of file S2LP_Csma.h.
| uint16_t SCsmaInit::nBuCounterSeed | 
Specifies the BU counter seed.
Definition at line 106 of file S2LP_Csma.h.
| uint8_t SCsmaInit::xCcaLength | 
Set the Tcca multiplier to determinate the Tlisten. From 0 to 15.
Definition at line 104 of file S2LP_Csma.h.
| SFunctionalState SCsmaInit::xCsmaPersistentMode | 
Enable the CSMA persistent mode
Definition at line 102 of file S2LP_Csma.h.
| SCsmaPeriod SCsmaInit::xMultiplierTbit | 
Set the Tbit multiplier to obtain the Tcca. CcaPeriod
Definition at line 103 of file S2LP_Csma.h.
 1.8.15