Skip to main content

RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

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

Source

pub const fn rf_lna_ldo(&self) -> &RfLnaLdo

0x138 - RF low-noise amplifier 1.0 V LDO control

Source

pub const fn rf_vco_ldo(&self) -> &RfVcoLdo

0x140 - RF voltage-controlled oscillator 1.0 V LDO control

Source

pub const fn rf_abb_ldo(&self) -> &RfAbbLdo

0x144 - RF analog-baseband 1.0 V LDO control

Source

pub const fn rf_pll_ldo(&self) -> &RfPllLdo

0x148 - RF phase-locked-loop 1.0 V LDO control

Source

pub const fn rf_tx_ldo(&self) -> &RfTxLdo

0x168 - RF transmitter 1.8 V LDO control

Source

pub const fn excep_ro_rg(&self) -> &ExcepRoRg

0x19c - Exception read-only status register

Source

pub const fn rf_adda_iso(&self) -> &RfAddaIso

0x230 - RF ADC/DAC isolation release control

Source

pub const fn rf_pll_reference(&self) -> &RfPllReference

0x400 - RF PLL reference-clock enable control

Source

pub const fn xo_signal(&self) -> &XoSignal

0x404 - Crystal-oscillator trim and signal control

Source

pub const fn cmu_fnpll_sig(&self) -> &CmuFnpllSig

0x42c - FNPLL signal and control register

Source

pub const fn cmu_new_cfg0(&self) -> &CmuNewCfg0

0x4a0 - CMU divider reset-sync control 0

Source

pub const fn cmu_new_cfg1(&self) -> &CmuNewCfg1

0x4a4 - CMU flash/CPU divider reset control

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.