takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

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 114 of file arm_hal_phy.h.


Field Documentation

int8_t dbm

Strength passed to arm_net_phy_rx.

Definition at line 117 of file arm_hal_phy.h.

uint8_t lqi

Quality passed to arm_net_phy_rx.

Definition at line 116 of file arm_hal_phy.h.

uint16_t result

Resulting signal information.

Definition at line 118 of file arm_hal_phy.h.

Signal info type desired.

Definition at line 115 of file arm_hal_phy.h.