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

GTS Request command payload. More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

struct { 
   uint8_t   reserved: 2 
 Reserved; shall be zero. More...
   uint8_t   type: 1 
 Characteristics type. More...
   uint8_t   direction: 1 
 GTS direction (receive or transmit). More...
   uint8_t   length: 4 
 GTS length. More...
gts
 GTS request descriptor.

Detailed Description

GTS Request command payload.

See section 7.5.11 and Figure 7-32.

Field Documentation

◆ direction

uint8_t ieee802154_gts_request::direction

GTS direction (receive or transmit).

◆ [struct]

struct { ... } ieee802154_gts_request::gts

GTS request descriptor.

◆ length

uint8_t ieee802154_gts_request::length

GTS length.

◆ reserved

uint8_t ieee802154_gts_request::reserved

Reserved; shall be zero.

◆ type

uint8_t ieee802154_gts_request::type

Characteristics type.


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