13.7.4.2.2 CSMA
C
typedef struct
{
PHY_CSMAMode_t csmaMode;
uint8_t csmaBackoff;
}CSMA;
Description
The structure contains the information about CSMA parameters like CSMA Mode and CSMA retries. To update & read back the CSMA info, console commands can be used. Please refer Command Table section for more details.
Field Documentation
| Macro | Description |
|---|---|
| csmaMode | CSMA Modes |
| csmaBackoff | CSMA Retries |
