#[repr(transparent)]pub struct Ldoctla(pub u32);Expand description
LDO_RAM Control A
Tuple Fields§
§0: u32Implementations§
Source§impl Ldoctla
impl Ldoctla
Sourcepub const fn set_ldo_en(&mut self, val: bool)
pub const fn set_ldo_en(&mut self, val: bool)
LDO Enable
Sourcepub const fn refresh_en(&self) -> bool
pub const fn refresh_en(&self) -> bool
Refresh Enable
Sourcepub const fn set_refresh_en(&mut self, val: bool)
pub const fn set_refresh_en(&mut self, val: bool)
Refresh Enable
Trait Implementations§
impl Copy for Ldoctla
impl Eq for Ldoctla
impl StructuralPartialEq for Ldoctla
Auto Trait Implementations§
impl Freeze for Ldoctla
impl RefUnwindSafe for Ldoctla
impl Send for Ldoctla
impl Sync for Ldoctla
impl Unpin for Ldoctla
impl UnwindSafe for Ldoctla
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