Enum Selborh
#[repr(u8)]pub enum Selborh {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}Variants§
B_0X0 = 0
BORH Level 1 (VBOR1): threshold level for above 2.0V voltage operation.
B_0X1 = 1
BORH Level 2 (VBOR2): threshold level for above 2.21 V voltage operation.
B_0X2 = 2
BORH Level 3 (VBOR3): threshold level for above 2.52 V voltage operation.
B_0X3 = 3
BORH Level 4(VBOR4): threshold level for above 2.81 V voltage operation.
Implementations§
Trait Implementations§
§impl Ord for Selborh
impl Ord for Selborh
§impl PartialOrd for Selborh
impl PartialOrd for Selborh
impl Copy for Selborh
impl Eq 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 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