#[repr(transparent)]pub struct CoreldoCfg(pub u32);Expand description
LDO_CORE Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl CoreldoCfg
impl CoreldoCfg
Sourcepub const fn coreldo_spare(&self) -> CoreldoSpare
pub const fn coreldo_spare(&self) -> CoreldoSpare
CORELDO_SPARE
Sourcepub const fn set_coreldo_spare(&mut self, val: CoreldoSpare)
pub const fn set_coreldo_spare(&mut self, val: CoreldoSpare)
CORELDO_SPARE
Sourcepub const fn dpdown_pulldown_disable(&self) -> bool
pub const fn dpdown_pulldown_disable(&self) -> bool
LDO_CORE Deep Power Down Pulldown Disable
Sourcepub const fn set_dpdown_pulldown_disable(&mut self, val: bool)
pub const fn set_dpdown_pulldown_disable(&mut self, val: bool)
LDO_CORE Deep Power Down Pulldown Disable
Trait Implementations§
Source§impl Clone for CoreldoCfg
impl Clone for CoreldoCfg
Source§fn clone(&self) -> CoreldoCfg
fn clone(&self) -> CoreldoCfg
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 CoreldoCfg
impl Debug for CoreldoCfg
Source§impl Default for CoreldoCfg
impl Default for CoreldoCfg
Source§fn default() -> CoreldoCfg
fn default() -> CoreldoCfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for CoreldoCfg
impl PartialEq for CoreldoCfg
impl Copy for CoreldoCfg
impl Eq for CoreldoCfg
impl StructuralPartialEq for CoreldoCfg
Auto Trait Implementations§
impl Freeze for CoreldoCfg
impl RefUnwindSafe for CoreldoCfg
impl Send for CoreldoCfg
impl Sync for CoreldoCfg
impl Unpin for CoreldoCfg
impl UnwindSafe for CoreldoCfg
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