Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
|
|
3.6.0 |
#include <ieee802154_ie.h>
Data Fields | |
uint16_t | element_id_low: 1 |
uint16_t | length: 7 |
uint16_t | type: 1 |
uint16_t | element_id_high: 7 |
union { | |
struct ieee802154_header_ie_vendor_specific vendor_specific | |
struct ieee802154_header_ie_csl csl | |
struct ieee802154_header_ie_rit rit | |
struct ieee802154_header_ie_rendezvous_time rendezvous_time | |
struct ieee802154_header_ie_time_correction time_correction | |
} | content |
union { ... } ieee802154_header_ie::content |
struct ieee802154_header_ie_csl ieee802154_header_ie::csl |
uint16_t ieee802154_header_ie::element_id_high |
uint16_t ieee802154_header_ie::element_id_low |
uint16_t ieee802154_header_ie::length |
struct ieee802154_header_ie_rendezvous_time ieee802154_header_ie::rendezvous_time |
struct ieee802154_header_ie_rit ieee802154_header_ie::rit |
struct ieee802154_header_ie_time_correction ieee802154_header_ie::time_correction |
uint16_t ieee802154_header_ie::type |
struct ieee802154_header_ie_vendor_specific ieee802154_header_ie::vendor_specific |