Searched defs:ModalEepHeader (Results 1 – 2 of 2) sorted by relevance
197 typedef struct ModalEepHeader { struct198 uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12199 uint32_t antCtrlCommon; // 4200 int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3201 uint8_t switchSettling; // 1202 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3203 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3204 uint8_t adcDesiredSize; // 1205 int8_t pgaDesiredSize; // 1206 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3[all …]
783 struct ModalEepHeader { struct784 uint32_t antCtrlChain[AR5416_MAX_CHAINS];785 uint32_t antCtrlCommon;786 int8_t antennaGainCh[AR5416_MAX_CHAINS];787 uint8_t switchSettling;788 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];789 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];790 uint8_t adcDesiredSize;791 int8_t pgaDesiredSize;792 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];[all …]