takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

phy_csma_params Struct Reference

phy_csma_params Struct Reference

CSMA-CA parameters. More...

#include <arm_hal_phy.h>

Data Fields

uint32_t backoff_time
 CSMA Backoff us time before start CCA & TX.
bool cca_enabled
 True will affect CCA check false start TX direct after backoff.

Detailed Description

CSMA-CA parameters.

Definition at line 122 of file arm_hal_phy.h.


Field Documentation

uint32_t backoff_time

CSMA Backoff us time before start CCA & TX.

0 should disable current backoff

Definition at line 123 of file arm_hal_phy.h.

True will affect CCA check false start TX direct after backoff.

Definition at line 124 of file arm_hal_phy.h.