pub struct LdosOnOffControl0(/* private fields */);Implementations§
Source§impl LdosOnOffControl0
impl LdosOnOffControl0
Sourcepub const fn with_aldo1_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_aldo1_checked(self, value: bool) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_aldo1(self, value: bool) -> Self
pub const fn with_aldo1(self, value: bool) -> Self
Bits: 0..1
Sourcepub const fn with_aldo2_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_aldo2_checked(self, value: bool) -> Result<Self, ()>
Bits: 1..2
Sourcepub const fn with_aldo2(self, value: bool) -> Self
pub const fn with_aldo2(self, value: bool) -> Self
Bits: 1..2
Sourcepub const fn with_aldo3_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_aldo3_checked(self, value: bool) -> Result<Self, ()>
Bits: 2..3
Sourcepub const fn with_aldo3(self, value: bool) -> Self
pub const fn with_aldo3(self, value: bool) -> Self
Bits: 2..3
Sourcepub const fn with_aldo4_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_aldo4_checked(self, value: bool) -> Result<Self, ()>
Bits: 3..4
Sourcepub const fn with_aldo4(self, value: bool) -> Self
pub const fn with_aldo4(self, value: bool) -> Self
Bits: 3..4
Sourcepub const fn with_bldo1_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_bldo1_checked(self, value: bool) -> Result<Self, ()>
Bits: 4..5
Sourcepub const fn with_bldo1(self, value: bool) -> Self
pub const fn with_bldo1(self, value: bool) -> Self
Bits: 4..5
Sourcepub const fn with_bldo2_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_bldo2_checked(self, value: bool) -> Result<Self, ()>
Bits: 5..6
Sourcepub const fn with_bldo2(self, value: bool) -> Self
pub const fn with_bldo2(self, value: bool) -> Self
Bits: 5..6
Sourcepub const fn with_cpus_ldo1_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_cpus_ldo1_checked(self, value: bool) -> Result<Self, ()>
Bits: 6..7
Sourcepub const fn with_cpus_ldo1(self, value: bool) -> Self
pub const fn with_cpus_ldo1(self, value: bool) -> Self
Bits: 6..7
Sourcepub fn set_cpus_ldo1(&mut self, value: bool)
pub fn set_cpus_ldo1(&mut self, value: bool)
Bits: 6..7
Sourcepub const fn with_dldo1_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_dldo1_checked(self, value: bool) -> Result<Self, ()>
Bits: 7..8
Sourcepub const fn with_dldo1(self, value: bool) -> Self
pub const fn with_dldo1(self, value: bool) -> Self
Bits: 7..8
Trait Implementations§
Source§impl Clone for LdosOnOffControl0
impl Clone for LdosOnOffControl0
Source§fn clone(&self) -> LdosOnOffControl0
fn clone(&self) -> LdosOnOffControl0
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 LdosOnOffControl0
impl Debug for LdosOnOffControl0
Source§impl Default for LdosOnOffControl0
impl Default for LdosOnOffControl0
Source§impl From<LdosOnOffControl0> for u8
impl From<LdosOnOffControl0> for u8
Source§fn from(v: LdosOnOffControl0) -> u8
fn from(v: LdosOnOffControl0) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LdosOnOffControl0
impl From<u8> for LdosOnOffControl0
impl Copy for LdosOnOffControl0
Auto Trait Implementations§
impl Freeze for LdosOnOffControl0
impl RefUnwindSafe for LdosOnOffControl0
impl Send for LdosOnOffControl0
impl Sync for LdosOnOffControl0
impl Unpin for LdosOnOffControl0
impl UnwindSafe for LdosOnOffControl0
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