BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

phy_signal_info_s Struct Reference

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 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.