Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_gts_spec Struct Reference

GTS Specification field of the beacon payload. More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

uint8_t permit: 1
 GTS Permit subfield.
uint8_t reserved: 4
 Reserved; shall be zero.
uint8_t desc_count: 3
 GTS Descriptor Count subfield.

Detailed Description

GTS Specification field of the beacon payload.

See section 7.3.1.5 and Figure 7-9.

Field Documentation

◆ desc_count

uint8_t ieee802154_gts_spec::desc_count

GTS Descriptor Count subfield.

◆ permit

uint8_t ieee802154_gts_spec::permit

GTS Permit subfield.

◆ reserved

uint8_t ieee802154_gts_spec::reserved

Reserved; shall be zero.


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