Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
bool cca_enabled |
True will affect CCA check false start TX direct after backoff.
Definition at line 124 of file arm_hal_phy.h.
Generated on Tue Aug 9 2022 00:37:35 by
