pub struct Dcdc { /* private fields */ }Implementations§
Source§impl Dcdc
impl Dcdc
Sourcepub const fn dcdc_ctrl1_reg(&self) -> &'static Reg<DcdcCtrl1Reg_SPEC, RW>
pub const fn dcdc_ctrl1_reg(&self) -> &'static Reg<DcdcCtrl1Reg_SPEC, RW>
DCDC First Control Register
Sourcepub const fn dcdc_ctrl2_reg(&self) -> &'static Reg<DcdcCtrl2Reg_SPEC, RW>
pub const fn dcdc_ctrl2_reg(&self) -> &'static Reg<DcdcCtrl2Reg_SPEC, RW>
DCDC Second Control Register
Sourcepub const fn dcdc_irq_clear_reg(&self) -> &'static Reg<DcdcIrqClearReg_SPEC, RW>
pub const fn dcdc_irq_clear_reg(&self) -> &'static Reg<DcdcIrqClearReg_SPEC, RW>
DCDC Interrupt Clear Register
Sourcepub const fn dcdc_irq_mask_reg(&self) -> &'static Reg<DcdcIrqMaskReg_SPEC, RW>
pub const fn dcdc_irq_mask_reg(&self) -> &'static Reg<DcdcIrqMaskReg_SPEC, RW>
DCDC Interrupt Mask Register
Sourcepub const fn dcdc_irq_status_reg(
&self,
) -> &'static Reg<DcdcIrqStatusReg_SPEC, RW>
pub const fn dcdc_irq_status_reg( &self, ) -> &'static Reg<DcdcIrqStatusReg_SPEC, RW>
DCDC Interrupt Status Register
Sourcepub const fn dcdc_status1_reg(&self) -> &'static Reg<DcdcStatus1Reg_SPEC, RW>
pub const fn dcdc_status1_reg(&self) -> &'static Reg<DcdcStatus1Reg_SPEC, RW>
DCDC First Status Register
Sourcepub const fn dcdc_status2_reg(&self) -> &'static Reg<DcdcStatus2Reg_SPEC, RW>
pub const fn dcdc_status2_reg(&self) -> &'static Reg<DcdcStatus2Reg_SPEC, RW>
DCDC Second Status Register
Sourcepub const fn dcdc_status3_reg(&self) -> &'static Reg<DcdcStatus3Reg_SPEC, RW>
pub const fn dcdc_status3_reg(&self) -> &'static Reg<DcdcStatus3Reg_SPEC, RW>
DCDC Third Status Register
Sourcepub const fn dcdc_status4_reg(&self) -> &'static Reg<DcdcStatus4Reg_SPEC, RW>
pub const fn dcdc_status4_reg(&self) -> &'static Reg<DcdcStatus4Reg_SPEC, RW>
DCDC Fourth Status Register
Sourcepub const fn dcdc_test_reg(&self) -> &'static Reg<DcdcTestReg_SPEC, RW>
pub const fn dcdc_test_reg(&self) -> &'static Reg<DcdcTestReg_SPEC, RW>
DCDC Test Register
Sourcepub const fn dcdc_v14_reg(&self) -> &'static Reg<DcdcV14Reg_SPEC, RW>
pub const fn dcdc_v14_reg(&self) -> &'static Reg<DcdcV14Reg_SPEC, RW>
DCDC V14 Control Register
Sourcepub const fn dcdc_v18p_reg(&self) -> &'static Reg<DcdcV18PReg_SPEC, RW>
pub const fn dcdc_v18p_reg(&self) -> &'static Reg<DcdcV18PReg_SPEC, RW>
DCDC V18P Control Register
Sourcepub const fn dcdc_v18_reg(&self) -> &'static Reg<DcdcV18Reg_SPEC, RW>
pub const fn dcdc_v18_reg(&self) -> &'static Reg<DcdcV18Reg_SPEC, RW>
DCDC V18 Control Register
Sourcepub const fn dcdc_vdd_reg(&self) -> &'static Reg<DcdcVddReg_SPEC, RW>
pub const fn dcdc_vdd_reg(&self) -> &'static Reg<DcdcVddReg_SPEC, RW>
DCDC VDD Control Register
Trait Implementations§
impl Copy for Dcdc
impl Eq for Dcdc
impl Send for Dcdc
DCDC registers
impl StructuralPartialEq for Dcdc
impl Sync for Dcdc
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