Struct OptsrBorLev
#[repr(transparent)]pub struct OptsrBorLev(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OptsrBorLev
impl OptsrBorLev
pub const B_0X0: Self
pub const B_0X0: Self
BOR OFF, POR/PDR reset threshold level is applied
pub const B_0X1: Self
pub const B_0X1: Self
BOR Level 1, the threshold level is low (around 2.1 V)
pub const B_0X2: Self
pub const B_0X2: Self
BOR Level 2, the threshold level is medium (around 2.4 V)
pub const B_0X3: Self
pub const B_0X3: Self
BOR Level 3, the threshold level is high (around 2.7 V)
Trait Implementations§
§impl Clone for OptsrBorLev
impl Clone for OptsrBorLev
§fn clone(&self) -> OptsrBorLev
fn clone(&self) -> OptsrBorLev
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for OptsrBorLev
impl Ord for OptsrBorLev
§impl PartialEq for OptsrBorLev
impl PartialEq for OptsrBorLev
§impl PartialOrd for OptsrBorLev
impl PartialOrd for OptsrBorLev
impl Copy for OptsrBorLev
impl Eq for OptsrBorLev
impl StructuralPartialEq for OptsrBorLev
Auto Trait Implementations§
impl Freeze for OptsrBorLev
impl RefUnwindSafe for OptsrBorLev
impl Send for OptsrBorLev
impl Sync for OptsrBorLev
impl Unpin for OptsrBorLev
impl UnwindSafe for OptsrBorLev
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