Struct mkw41z::xcvr_ana::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub bb_ldo_1: BB_LDO_1, pub bb_ldo_2: BB_LDO_2, pub rx_adc: RX_ADC, pub rx_bba: RX_BBA, pub rx_lna: RX_LNA, pub rx_tza: RX_TZA, pub rx_auxpll: RX_AUXPLL, pub sy_ctrl_1: SY_CTRL_1, pub sy_ctrl_2: SY_CTRL_2, pub tx_dac_pa: TX_DAC_PA, pub balun_tx: BALUN_TX, pub balun_rx: BALUN_RX, pub dft_obsv_1: DFT_OBSV_1, pub dft_obsv_2: DFT_OBSV_2, }

Register block

Fields

0x00 - RF Analog Baseband LDO Control 1

0x04 - RF Analog Baseband LDO Control 2

0x08 - RF Analog ADC Control

0x0c - RF Analog BBA Control

0x10 - RF Analog LNA Control

0x14 - RF Analog TZA Control

0x18 - RF Analog Aux PLL Control

0x1c - RF Analog Synthesizer Control 1

0x20 - RF Analog Synthesizer Control 2

0x24 - RF Analog TX HPM DAC and PA Control

0x28 - RF Analog Balun TX Mode Control

0x2c - RF Analog Balun RX Mode Control

0x30 - RF Analog DFT Observation Register 1

0x34 - RF Analog DFT Observation Register 2

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock