#[repr(transparent)]pub struct Reg3(pub u32);Expand description
DCDC Register 3
Tuple Fields§
§0: u32Implementations§
Source§impl Reg3
impl Reg3
Sourcepub const fn set_target_lp(&mut self, val: TargetLp)
pub const fn set_target_lp(&mut self, val: TargetLp)
Low Power Target Value
Sourcepub const fn minpwr_dc_halfclk(&self) -> MinpwrDcHalfclk
pub const fn minpwr_dc_halfclk(&self) -> MinpwrDcHalfclk
Set DCDC clock to half frequency for continuous mode
Sourcepub const fn set_minpwr_dc_halfclk(&mut self, val: MinpwrDcHalfclk)
pub const fn set_minpwr_dc_halfclk(&mut self, val: MinpwrDcHalfclk)
Set DCDC clock to half frequency for continuous mode
Sourcepub const fn disable_step(&self) -> DisableStep
pub const fn disable_step(&self) -> DisableStep
Disable Step
Sourcepub const fn set_disable_step(&mut self, val: DisableStep)
pub const fn set_disable_step(&mut self, val: DisableStep)
Disable Step
Trait Implementations§
impl Copy for Reg3
impl Eq for Reg3
impl StructuralPartialEq for Reg3
Auto Trait Implementations§
impl Freeze for Reg3
impl RefUnwindSafe for Reg3
impl Send for Reg3
impl Sync for Reg3
impl Unpin for Reg3
impl UnwindSafe for Reg3
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