1.5.1.4.3 SRV_STORAGE_PHY_CONFIG Struct
C
typedef struct {
uint16_t cfgKey;
uint16_t rfChannel;
uint8_t txrxChannel;
uint8_t txrxChannelList;
uint8_t txrxDoubleChannelList;
} SRV_STORAGE_PHY_CONFIG;
Summary
Structure and key to define the PHY configuration information that needs to be kept in non-volatile storage.
Description
This data type defines the structure and key to define the PHY configurationm information used by the PRIME stack that needs to be kept in non-volatile storage.
Remarks
None.