Enum Smpslpopen
#[repr(u8)]pub enum Smpslpopen {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
in Low Power mode, SMPS is in PRECHARGE, output is connected to VDDIO.
B_0X1 = 1
in Low Power mode, SMPS is disabled, output is floating.
Implementations§
§impl Smpslpopen
impl Smpslpopen
pub const fn from_bits(val: u8) -> Smpslpopen
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Smpslpopen
impl Clone for Smpslpopen
§fn clone(&self) -> Smpslpopen
fn clone(&self) -> Smpslpopen
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 more§impl Debug for Smpslpopen
impl Debug for Smpslpopen
§impl From<Smpslpopen> for u8
impl From<Smpslpopen> for u8
§fn from(val: Smpslpopen) -> u8
fn from(val: Smpslpopen) -> u8
Converts to this type from the input type.
§impl From<u8> for Smpslpopen
impl From<u8> for Smpslpopen
§fn from(val: u8) -> Smpslpopen
fn from(val: u8) -> Smpslpopen
Converts to this type from the input type.
§impl Ord for Smpslpopen
impl Ord for Smpslpopen
§impl PartialEq for Smpslpopen
impl PartialEq for Smpslpopen
§impl PartialOrd for Smpslpopen
impl PartialOrd for Smpslpopen
impl Copy for Smpslpopen
impl Eq for Smpslpopen
impl StructuralPartialEq for Smpslpopen
Auto Trait Implementations§
impl Freeze for Smpslpopen
impl RefUnwindSafe for Smpslpopen
impl Send for Smpslpopen
impl Sync for Smpslpopen
impl Unpin for Smpslpopen
impl UnwindSafe for Smpslpopen
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