Zephyr API 3.6.99
|
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. | |
Represents a list channels supported by a driver for a given interface, see IEEE802154_ATTR_PHY_SUPPORTED_CHANNEL_RANGES.
const uint8_t ieee802154_phy_supported_channels::num_ranges |
The number of currently available channel ranges.
const struct ieee802154_phy_channel_range* const ieee802154_phy_supported_channels::ranges |
Pointer to an array of channel range structures.