Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2mWifiGainsParams Struct Reference

tstrM2mWifiGainsParams Struct Reference
[DataTypes]

Gain Values. More...

#include <m2m_types.h>

Data Fields

uint16 u8PPAGFor11B
uint16 u8PPAGFor11GN

Detailed Description

Gain Values.

Definition at line 1183 of file m2m_types.h.


Field Documentation

PPA gain for 11B (as the RF document represenation) PPA_AGC<0:2> Every bit have 3dB gain control each. for example: 1 ->3db 3 ->6db 7 ->9db

Definition at line 1185 of file m2m_types.h.

PPA gain for 11GN (as the RF document represented) PPA_AGC<0:2> Every bit have 3dB gain control each. for example: 1 ->3db 3 ->6db 7 ->9db

Definition at line 1193 of file m2m_types.h.