Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os by
phy_signal_info_s Struct Reference
Signal level info. More...
#include <arm_hal_phy.h>
Data Fields | |
phy_signal_info_type_e | type |
Signal info type desired. | |
uint8_t | lqi |
Quality passed to arm_net_phy_rx. | |
int8_t | dbm |
Strength passed to arm_net_phy_rx. | |
uint16_t | result |
Resulting signal information. |
Detailed Description
Signal level info.
Definition at line 102 of file arm_hal_phy.h.
Field Documentation
int8_t dbm |
Strength passed to arm_net_phy_rx.
Definition at line 105 of file arm_hal_phy.h.
uint8_t lqi |
Quality passed to arm_net_phy_rx.
Definition at line 104 of file arm_hal_phy.h.
uint16_t result |
Resulting signal information.
Definition at line 106 of file arm_hal_phy.h.
Signal info type desired.
Definition at line 103 of file arm_hal_phy.h.
Generated on Tue Jul 12 2022 13:16:58 by
