#[repr(transparent)]pub struct LdoXo32m(pub u32);Expand description
High Speed Crystal Oscillator (12 MHz - 32 MHz) Voltage Source Supply Control register
Tuple Fields§
§0: u32Implementations§
Source§impl LdoXo32m
impl LdoXo32m
Sourcepub const fn set_bypass(&mut self, val: bool)
pub const fn set_bypass(&mut self, val: bool)
Activate LDO bypass.
Sourcepub const fn set_stabmode(&mut self, val: u8)
pub const fn set_stabmode(&mut self, val: u8)
Stability configuration.
Trait Implementations§
impl Copy for LdoXo32m
impl Eq for LdoXo32m
impl StructuralPartialEq for LdoXo32m
Auto Trait Implementations§
impl Freeze for LdoXo32m
impl RefUnwindSafe for LdoXo32m
impl Send for LdoXo32m
impl Sync for LdoXo32m
impl Unpin for LdoXo32m
impl UnwindSafe for LdoXo32m
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