Enum Enborh
#[repr(u8)]pub enum Enborh {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
BORH off (VBOR0): threshold level for above 1.60V voltage operation.
B0x1 = 1
BORH is enabled, threshold level depends on SELBOR[1:0].
Implementations§
Trait Implementations§
impl Copy for Enborh
impl Eq for Enborh
§impl Ord for Enborh
impl Ord for Enborh
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 Enborh
impl PartialOrd for Enborh
impl StructuralPartialEq for Enborh
Auto Trait Implementations§
impl Freeze for Enborh
impl RefUnwindSafe for Enborh
impl Send for Enborh
impl Sync for Enborh
impl Unpin for Enborh
impl UnsafeUnpin for Enborh
impl UnwindSafe for Enborh
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