Loading...
Searching...
No Matches
ieee802154_phy_conf_t Struct Reference

Holder of the PHY configuration. More...

Detailed Description

Holder of the PHY configuration.

Definition at line 455 of file radio.h.

#include <radio.h>

Data Fields

ieee802154_phy_mode_t phy_mode
 IEEE802.15.4 PHY mode.
 
uint16_t channel
 IEEE802.15.4 channel number.
 
uint8_t page
 IEEE802.15.4 channel page.
 
int8_t pow
 TX power in dBm.
 

Field Documentation

◆ channel

uint16_t ieee802154_phy_conf_t::channel

IEEE802.15.4 channel number.

Definition at line 457 of file radio.h.

◆ page

uint8_t ieee802154_phy_conf_t::page

IEEE802.15.4 channel page.

Definition at line 458 of file radio.h.

◆ phy_mode

ieee802154_phy_mode_t ieee802154_phy_conf_t::phy_mode

IEEE802.15.4 PHY mode.

Definition at line 456 of file radio.h.

◆ pow

int8_t ieee802154_phy_conf_t::pow

TX power in dBm.

Definition at line 459 of file radio.h.


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