pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn rf_rx_ldo(&self) -> &RfRxLdo
pub const fn rf_rx_ldo(&self) -> &RfRxLdo
0x134 - RF receiver 1.0 V LDO control used by the application-owned RF power-up sequence
Sourcepub const fn rf_lna_ldo(&self) -> &RfLnaLdo
pub const fn rf_lna_ldo(&self) -> &RfLnaLdo
0x138 - RF low-noise amplifier 1.0 V LDO control
Sourcepub const fn rf_vco_ldo(&self) -> &RfVcoLdo
pub const fn rf_vco_ldo(&self) -> &RfVcoLdo
0x140 - RF voltage-controlled oscillator 1.0 V LDO control
Sourcepub const fn rf_abb_ldo(&self) -> &RfAbbLdo
pub const fn rf_abb_ldo(&self) -> &RfAbbLdo
0x144 - RF analog-baseband 1.0 V LDO control
Sourcepub const fn rf_pll_ldo(&self) -> &RfPllLdo
pub const fn rf_pll_ldo(&self) -> &RfPllLdo
0x148 - RF phase-locked-loop 1.0 V LDO control
Sourcepub const fn excep_ro_rg(&self) -> &ExcepRoRg
pub const fn excep_ro_rg(&self) -> &ExcepRoRg
0x19c - Exception read-only status register
Sourcepub const fn rf_adda_iso(&self) -> &RfAddaIso
pub const fn rf_adda_iso(&self) -> &RfAddaIso
0x230 - RF ADC/DAC isolation release control
Sourcepub const fn rf_pll_reference(&self) -> &RfPllReference
pub const fn rf_pll_reference(&self) -> &RfPllReference
0x400 - RF PLL reference-clock enable control
Sourcepub const fn cmu_fnpll_sig(&self) -> &CmuFnpllSig
pub const fn cmu_fnpll_sig(&self) -> &CmuFnpllSig
0x42c - FNPLL signal and control register
Sourcepub const fn cmu_new_cfg0(&self) -> &CmuNewCfg0
pub const fn cmu_new_cfg0(&self) -> &CmuNewCfg0
0x4a0 - CMU divider reset-sync control 0
Sourcepub const fn cmu_new_cfg1(&self) -> &CmuNewCfg1
pub const fn cmu_new_cfg1(&self) -> &CmuNewCfg1
0x4a4 - CMU flash/CPU divider reset control
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more