pub struct Lra { /* private fields */ }Implementations§
Source§impl Lra
impl Lra
Sourcepub const fn lra_adc_ctrl1_reg(&self) -> &'static Reg<LraAdcCtrl1Reg_SPEC, RW>
pub const fn lra_adc_ctrl1_reg(&self) -> &'static Reg<LraAdcCtrl1Reg_SPEC, RW>
General Purpose ADC Control Register
Sourcepub const fn lra_adc_result_reg(&self) -> &'static Reg<LraAdcResultReg_SPEC, RW>
pub const fn lra_adc_result_reg(&self) -> &'static Reg<LraAdcResultReg_SPEC, RW>
General Purpose ADC Result Register
Sourcepub const fn lra_brd_hs_reg(&self) -> &'static Reg<LraBrdHsReg_SPEC, RW>
pub const fn lra_brd_hs_reg(&self) -> &'static Reg<LraBrdHsReg_SPEC, RW>
LRA Bridge Register
Sourcepub const fn lra_brd_ls_reg(&self) -> &'static Reg<LraBrdLsReg_SPEC, RW>
pub const fn lra_brd_ls_reg(&self) -> &'static Reg<LraBrdLsReg_SPEC, RW>
LRA Bridge Register
Sourcepub const fn lra_brd_stat_reg(&self) -> &'static Reg<LraBrdStatReg_SPEC, RW>
pub const fn lra_brd_stat_reg(&self) -> &'static Reg<LraBrdStatReg_SPEC, RW>
LRA Bridge Staus Register
Sourcepub const fn lra_ctrl1_reg(&self) -> &'static Reg<LraCtrl1Reg_SPEC, RW>
pub const fn lra_ctrl1_reg(&self) -> &'static Reg<LraCtrl1Reg_SPEC, RW>
General Purpose LRA Control Register
Sourcepub const fn lra_ctrl2_reg(&self) -> &'static Reg<LraCtrl2Reg_SPEC, RW>
pub const fn lra_ctrl2_reg(&self) -> &'static Reg<LraCtrl2Reg_SPEC, RW>
General Purpose LRA Control Register
Sourcepub const fn lra_dft_reg(&self) -> &'static Reg<LraDftReg_SPEC, RW>
pub const fn lra_dft_reg(&self) -> &'static Reg<LraDftReg_SPEC, RW>
LRA test Register
Sourcepub const fn lra_flt_coef1_reg(&self) -> &'static Reg<LraFltCoef1Reg_SPEC, RW>
pub const fn lra_flt_coef1_reg(&self) -> &'static Reg<LraFltCoef1Reg_SPEC, RW>
LRA Filter Coefficient Register
Sourcepub const fn lra_flt_coef2_reg(&self) -> &'static Reg<LraFltCoef2Reg_SPEC, RW>
pub const fn lra_flt_coef2_reg(&self) -> &'static Reg<LraFltCoef2Reg_SPEC, RW>
LRA Filter Coefficient Register
Sourcepub const fn lra_flt_coef3_reg(&self) -> &'static Reg<LraFltCoef3Reg_SPEC, RW>
pub const fn lra_flt_coef3_reg(&self) -> &'static Reg<LraFltCoef3Reg_SPEC, RW>
LRA Filter Coefficient Register
Sourcepub const fn lra_flt_smp1_reg(&self) -> &'static Reg<LraFltSmp1Reg_SPEC, RW>
pub const fn lra_flt_smp1_reg(&self) -> &'static Reg<LraFltSmp1Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp2_reg(&self) -> &'static Reg<LraFltSmp2Reg_SPEC, RW>
pub const fn lra_flt_smp2_reg(&self) -> &'static Reg<LraFltSmp2Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp3_reg(&self) -> &'static Reg<LraFltSmp3Reg_SPEC, RW>
pub const fn lra_flt_smp3_reg(&self) -> &'static Reg<LraFltSmp3Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp4_reg(&self) -> &'static Reg<LraFltSmp4Reg_SPEC, RW>
pub const fn lra_flt_smp4_reg(&self) -> &'static Reg<LraFltSmp4Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp5_reg(&self) -> &'static Reg<LraFltSmp5Reg_SPEC, RW>
pub const fn lra_flt_smp5_reg(&self) -> &'static Reg<LraFltSmp5Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp6_reg(&self) -> &'static Reg<LraFltSmp6Reg_SPEC, RW>
pub const fn lra_flt_smp6_reg(&self) -> &'static Reg<LraFltSmp6Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp7_reg(&self) -> &'static Reg<LraFltSmp7Reg_SPEC, RW>
pub const fn lra_flt_smp7_reg(&self) -> &'static Reg<LraFltSmp7Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_flt_smp8_reg(&self) -> &'static Reg<LraFltSmp8Reg_SPEC, RW>
pub const fn lra_flt_smp8_reg(&self) -> &'static Reg<LraFltSmp8Reg_SPEC, RW>
LRA Sample Register
Sourcepub const fn lra_ldo_reg(&self) -> &'static Reg<LraLdoReg_SPEC, RW>
pub const fn lra_ldo_reg(&self) -> &'static Reg<LraLdoReg_SPEC, RW>
LRA LDO Regsiter
Trait Implementations§
impl Copy for Lra
impl Eq for Lra
impl Send for Lra
LRA registers
impl StructuralPartialEq for Lra
impl Sync for Lra
Auto Trait Implementations§
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