Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_header_ie Struct Reference

#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
 

Field Documentation

◆ 

union { ... } ieee802154_header_ie::content

◆ csl

struct ieee802154_header_ie_csl ieee802154_header_ie::csl

◆ element_id_high

uint16_t ieee802154_header_ie::element_id_high

◆ element_id_low

uint16_t ieee802154_header_ie::element_id_low

◆ length

uint16_t ieee802154_header_ie::length

◆ rendezvous_time

struct ieee802154_header_ie_rendezvous_time ieee802154_header_ie::rendezvous_time

◆ rit

struct ieee802154_header_ie_rit ieee802154_header_ie::rit

◆ time_correction

struct ieee802154_header_ie_time_correction ieee802154_header_ie::time_correction

◆ type

uint16_t ieee802154_header_ie::type

◆ vendor_specific

struct ieee802154_header_ie_vendor_specific ieee802154_header_ie::vendor_specific

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