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 OmniWheels by
phy_signal_info_s Struct Reference
#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 106 of file arm_hal_phy.h.
Field Documentation
| int8_t dbm |
Strength passed to arm_net_phy_rx.
Definition at line 109 of file arm_hal_phy.h.
| uint8_t lqi |
Quality passed to arm_net_phy_rx.
Definition at line 108 of file arm_hal_phy.h.
| uint16_t result |
Resulting signal information.
Definition at line 110 of file arm_hal_phy.h.
Signal info type desired.
Definition at line 107 of file arm_hal_phy.h.
Generated on Fri Jul 22 2022 04:54:14 by
1.7.2
