Zephyr API 3.6.99
|
OpenThread specific configuration data of ieee802154 driver. More...
#include <ieee802154_radio_openthread.h>
Data Fields | ||
union { | ||
struct ieee802154_config common | ||
Common configuration. More... | ||
uint8_t max_extra_cca_attempts | ||
IEEE802154_OPENTHREAD_CONFIG_MAX_EXTRA_CCA_ATTEMPTS More... | ||
}; | ||
OpenThread specific configuration data of ieee802154 driver.
union { ... } ieee802154_openthread_config |
struct ieee802154_config ieee802154_openthread_config::common |
Common configuration.
uint8_t ieee802154_openthread_config::max_extra_cca_attempts |
IEEE802154_OPENTHREAD_CONFIG_MAX_EXTRA_CCA_ATTEMPTS
The maximum number of extra CCAs to be performed when transmission is requested with mode IEEE802154_OPENTHREAD_TX_MODE_TXTIME_MULTIPLE_CCA.