|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
OpenThread specific configuration data of ieee802154 driver. More...
#include <zephyr/net/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... | |
| uint32_t cst_period | |
| IEEE802154_OPENTHREAD_CONFIG_CST_PERIOD More... | |
| net_time_t expected_tx_time | |
| IEEE802154_OPENTHREAD_CONFIG_EXPECTED_TX_TIME More... | |
| }; | |
OpenThread specific configuration data of ieee802154 driver.
| union { ... } ieee802154_openthread_config |
| struct ieee802154_config ieee802154_openthread_config::common |
Common configuration.
| uint32_t ieee802154_openthread_config::cst_period |
IEEE802154_OPENTHREAD_CONFIG_CST_PERIOD
The CST period (in CPU byte order).
| net_time_t ieee802154_openthread_config::expected_tx_time |
IEEE802154_OPENTHREAD_CONFIG_EXPECTED_TX_TIME
A point in time at which a TX frame is expected to be transmitted.
| 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.