Enum Selborh
#[repr(u8)]pub enum Selborh {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
}Variants§
B0x0 = 0
BORH Level 1 (VBOR1): threshold level for above 2.0V voltage operation.
B0x1 = 1
BORH Level 2 (VBOR2): threshold level for above 2.21 V voltage operation.
B0x2 = 2
BORH Level 3 (VBOR3): threshold level for above 2.52 V voltage operation.
B0x3 = 3
BORH Level 4(VBOR4): threshold level for above 2.81 V voltage operation.
Implementations§
Trait Implementations§
impl Copy for Selborh
impl Eq for Selborh
§impl Ord for Selborh
impl Ord for Selborh
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Selborh
impl PartialOrd for Selborh
impl StructuralPartialEq for Selborh
Auto Trait Implementations§
impl Freeze for Selborh
impl RefUnwindSafe for Selborh
impl Send for Selborh
impl Sync for Selborh
impl Unpin for Selborh
impl UnsafeUnpin for Selborh
impl UnwindSafe for Selborh
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