Lra

Struct Lra 

Source
pub struct Lra { /* private fields */ }

Implementations§

Source§

impl Lra

Source

pub const fn lra_adc_ctrl1_reg(&self) -> &'static Reg<LraAdcCtrl1Reg_SPEC, RW>

General Purpose ADC Control Register

Source

pub const fn lra_adc_result_reg(&self) -> &'static Reg<LraAdcResultReg_SPEC, RW>

General Purpose ADC Result Register

Source

pub const fn lra_brd_hs_reg(&self) -> &'static Reg<LraBrdHsReg_SPEC, RW>

LRA Bridge Register

Source

pub const fn lra_brd_ls_reg(&self) -> &'static Reg<LraBrdLsReg_SPEC, RW>

LRA Bridge Register

Source

pub const fn lra_brd_stat_reg(&self) -> &'static Reg<LraBrdStatReg_SPEC, RW>

LRA Bridge Staus Register

Source

pub const fn lra_ctrl1_reg(&self) -> &'static Reg<LraCtrl1Reg_SPEC, RW>

General Purpose LRA Control Register

Source

pub const fn lra_ctrl2_reg(&self) -> &'static Reg<LraCtrl2Reg_SPEC, RW>

General Purpose LRA Control Register

Source

pub const fn lra_dft_reg(&self) -> &'static Reg<LraDftReg_SPEC, RW>

LRA test Register

Source

pub const fn lra_flt_coef1_reg(&self) -> &'static Reg<LraFltCoef1Reg_SPEC, RW>

LRA Filter Coefficient Register

Source

pub const fn lra_flt_coef2_reg(&self) -> &'static Reg<LraFltCoef2Reg_SPEC, RW>

LRA Filter Coefficient Register

Source

pub const fn lra_flt_coef3_reg(&self) -> &'static Reg<LraFltCoef3Reg_SPEC, RW>

LRA Filter Coefficient Register

Source

pub const fn lra_flt_smp1_reg(&self) -> &'static Reg<LraFltSmp1Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp2_reg(&self) -> &'static Reg<LraFltSmp2Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp3_reg(&self) -> &'static Reg<LraFltSmp3Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp4_reg(&self) -> &'static Reg<LraFltSmp4Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp5_reg(&self) -> &'static Reg<LraFltSmp5Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp6_reg(&self) -> &'static Reg<LraFltSmp6Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp7_reg(&self) -> &'static Reg<LraFltSmp7Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_flt_smp8_reg(&self) -> &'static Reg<LraFltSmp8Reg_SPEC, RW>

LRA Sample Register

Source

pub const fn lra_ldo_reg(&self) -> &'static Reg<LraLdoReg_SPEC, RW>

LRA LDO Regsiter

Trait Implementations§

Source§

impl Clone for Lra

Source§

fn clone(&self) -> Lra

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Lra

Source§

fn eq(&self, other: &Lra) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Lra

Source§

impl Eq for Lra

Source§

impl Send for Lra

LRA registers

Source§

impl StructuralPartialEq for Lra

Source§

impl Sync for Lra

Auto Trait Implementations§

§

impl Freeze for Lra

§

impl RefUnwindSafe for Lra

§

impl Unpin for Lra

§

impl UnwindSafe for Lra

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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.