Enum BorLev
#[repr(u8)]pub enum BorLev {
Level0 = 0,
Level1 = 1,
Level2 = 2,
Level3 = 3,
Level4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Level0 = 0
BOR level 0 (reset level threshold around 1.7V)
Level1 = 1
BOR level 1 (reset level threshold around 2.0V)
Level2 = 2
BOR level 2 (reset level threshold around 2.2V)
Level3 = 3
BOR level 3 (reset level threshold around 2.5V)
Level4 = 4
BOR level 4 (reset level threshold around 2.8V)
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for BorLev
impl Eq for BorLev
§impl Ord for BorLev
impl Ord for BorLev
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 BorLev
impl PartialOrd for BorLev
impl StructuralPartialEq for BorLev
Auto Trait Implementations§
impl Freeze for BorLev
impl RefUnwindSafe for BorLev
impl Send for BorLev
impl Sync for BorLev
impl Unpin for BorLev
impl UnsafeUnpin for BorLev
impl UnwindSafe for BorLev
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