Loading...
Searching...
No Matches
csma_sender_conf_t Struct Reference

Configuration type for backoff. More...

Detailed Description

Configuration type for backoff.

Definition at line 74 of file csma_sender.h.

#include <csma_sender.h>

Data Fields

uint8_t min_be
 minimum backoff exponent
 
uint8_t max_be
 maximum backoff exponent
 
uint16_t max_backoffs
 maximum number of retries
 
uint32_t backoff_period
 backoff period in microseconds
 

Field Documentation

◆ backoff_period

uint32_t csma_sender_conf_t::backoff_period

backoff period in microseconds

Definition at line 78 of file csma_sender.h.

◆ max_backoffs

uint16_t csma_sender_conf_t::max_backoffs

maximum number of retries

Definition at line 77 of file csma_sender.h.

◆ max_be

uint8_t csma_sender_conf_t::max_be

maximum backoff exponent

Definition at line 76 of file csma_sender.h.

◆ min_be

uint8_t csma_sender_conf_t::min_be

minimum backoff exponent

Definition at line 75 of file csma_sender.h.


The documentation for this struct was generated from the following file: