Enum stm32_metapac::flash::vals::BorLev
#[repr(u8)]pub enum BorLev {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
B_0X0 = 0
BOR level 0 (reset level threshold around 1.7 V)
B_0X1 = 1
BOR level 1 (reset level threshold around 2.0 V)
B_0X2 = 2
BOR level 2 (reset level threshold around 2.2 V)
B_0X3 = 3
BOR level 3 (reset level threshold around 2.5 V)
B_0X4 = 4
BOR level 4 (reset level threshold around 2.8 V)
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for BorLev
impl Ord for BorLev
§impl PartialOrd for BorLev
impl PartialOrd for BorLev
impl Copy for BorLev
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)