Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_openthread_attr_value Struct Reference

OpenThread specific attribute value data of ieee802154 driver. More...

#include <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...
 
};  
 

Detailed Description

OpenThread specific attribute value data of ieee802154 driver.

This type extends ieee802154_attr_value

Field Documentation

◆ [union]

◆ common

struct ieee802154_attr_value ieee802154_openthread_attr_value::common

Common attribute value.

◆ t_ccatx

uint16_t ieee802154_openthread_attr_value::t_ccatx

Attribute value for IEEE802154_OPENTHREAD_ATTR_T_CCATX.

◆ t_recca

uint16_t ieee802154_openthread_attr_value::t_recca

Attribute value for IEEE802154_OPENTHREAD_ATTR_T_RECCA.


The documentation for this struct was generated from the following file: