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