Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 139 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 140 of file arm_hal_phy.h.

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

Definition at line 141 of file arm_hal_phy.h.