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

Represents a list channels supported by a driver for a given interface, see IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_RANGES. More...

#include <ieee802154_radio.h>

Data Fields

const struct ieee802154_phy_channel_range *const ranges
 Pointer to an array of channel range structures.
 
const uint8_t num_ranges
 The number of currently available channel ranges.
 

Detailed Description

Represents a list channels supported by a driver for a given interface, see IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_RANGES.

Field Documentation

◆ num_ranges

const uint8_t ieee802154_phy_supported_channels::num_ranges

The number of currently available channel ranges.

◆ ranges

const struct ieee802154_phy_channel_range* const ieee802154_phy_supported_channels::ranges

Pointer to an array of channel range structures.

Warning
The pointer must be valid and constant throughout the life of the interface.

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