pub struct Vregh { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Vregh
impl Vregh
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn dcdcen(self) -> Reg<VreghDcdcen, RW>
pub const fn dcdcen(self) -> Reg<VreghDcdcen, RW>
DC/DC enable register for VREGH
Sourcepub const fn extsilenten(self) -> Reg<Extsilenten, RW>
pub const fn extsilenten(self) -> Reg<Extsilenten, RW>
When VREGH is in DC/DC mode, enable VREGH silent mode to supply external components from VDD. Silent mode has lower voltage ripple. Silent mode is used when DC/DC is enabled, and is ignored in LDO mode. Disabling silent mode reduces current consumption in sleep.
Trait Implementations§
impl Copy for Vregh
impl Eq for Vregh
impl Send for Vregh
impl StructuralPartialEq for Vregh
impl Sync for Vregh
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