|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
OpenThread specific attribute value data of ieee802154 driver. More...
#include <zephyr/net/ieee802154_radio_openthread.h>
Data Fields | |
| union { | |
| struct ieee802154_attr_value common | |
| Common attribute value. More... | |
| uint16_t t_recca | |
| Attribute value for IEEE802154_OPENTHREAD_ATTR_T_RECCA. More... | |
| uint16_t t_ccatx | |
| Attribute value for IEEE802154_OPENTHREAD_ATTR_T_CCATX. More... | |
| }; | |
OpenThread specific attribute value data of ieee802154 driver.
This type extends ieee802154_attr_value
| union { ... } ieee802154_openthread_attr_value |
| struct ieee802154_attr_value ieee802154_openthread_attr_value::common |
Common attribute value.
| uint16_t ieee802154_openthread_attr_value::t_ccatx |
Attribute value for IEEE802154_OPENTHREAD_ATTR_T_CCATX.
| uint16_t ieee802154_openthread_attr_value::t_recca |
Attribute value for IEEE802154_OPENTHREAD_ATTR_T_RECCA.