#[repr(transparent)]pub struct Extsilenten(pub u32);Expand description
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.
Tuple Fields§
§0: u32Implementations§
Source§impl Extsilenten
impl Extsilenten
Sourcepub const fn extsilenten(&self) -> bool
pub const fn extsilenten(&self) -> bool
Enable silent external DC/DC supply
Sourcepub const fn set_extsilenten(&mut self, val: bool)
pub const fn set_extsilenten(&mut self, val: bool)
Enable silent external DC/DC supply
Trait Implementations§
Source§impl Clone for Extsilenten
impl Clone for Extsilenten
Source§fn clone(&self) -> Extsilenten
fn clone(&self) -> Extsilenten
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Extsilenten
impl Debug for Extsilenten
Source§impl Default for Extsilenten
impl Default for Extsilenten
Source§fn default() -> Extsilenten
fn default() -> Extsilenten
Returns the “default value” for a type. Read more
Source§impl PartialEq for Extsilenten
impl PartialEq for Extsilenten
impl Copy for Extsilenten
impl Eq for Extsilenten
impl StructuralPartialEq for Extsilenten
Auto Trait Implementations§
impl Freeze for Extsilenten
impl RefUnwindSafe for Extsilenten
impl Send for Extsilenten
impl Sync for Extsilenten
impl Unpin for Extsilenten
impl UnwindSafe for Extsilenten
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