Enum stm32wlxx_hal::pac::flash::optr::BOR_LEV_A
#[repr(u8)]pub enum BOR_LEV_A {
Level0 = 0,
Level1 = 1,
Level2 = 2,
Level3 = 3,
Level4 = 4,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
BOR reset Level
Value on reset: 0
Variants§
Level0 = 0
0: BOR level 0. Reset level threshold is around 1.7 V
Level1 = 1
1: BOR level 1. Reset level threshold is around 2.0 V
Level2 = 2
2: BOR level 2. Reset level threshold is around 2.2 V
Level3 = 3
3: BOR level 3. Reset level threshold is around 2.5 V
Level4 = 4
4: BOR level 4. Reset level threshold is around 2.8 V
Trait Implementations§
impl Copy for BOR_LEV_A
impl StructuralPartialEq for BOR_LEV_A
Auto Trait Implementations§
impl RefUnwindSafe for BOR_LEV_A
impl Send for BOR_LEV_A
impl Sync for BOR_LEV_A
impl Unpin for BOR_LEV_A
impl UnwindSafe for BOR_LEV_A
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