[][src]Enum stm32l0::stm32l0x1::flash::optr::BOR_LEV_A

pub enum BOR_LEV_A {
    BOR_OFF,
    BOR_LEVEL1,
    BOR_LEVEL2,
    BOR_LEVEL3,
    BOR_LEVEL4,
    BOR_LEVEL5,
}

BOR_LEV

Value on reset: 8

Variants

BOR_OFF

0: This is the reset threshold level for the 1.45 V - 1.55 V voltage range (power-down only)

BOR_LEVEL1

1: Reset threshold level for VBOR0 (around 1.8 V)

BOR_LEVEL2

2: Reset threshold level for VBOR1 (around 2.0 V)

BOR_LEVEL3

3: Reset threshold level for VBOR2 (around 2.5 V)

BOR_LEVEL4

4: Reset threshold level for VBOR3 (around 2.7 V)

BOR_LEVEL5

5: Reset threshold level for VBOR4 (around 3.0 V)

Trait Implementations

impl From<BOR_LEV_A> for u8[src]

impl Debug for BOR_LEV_A[src]

impl PartialEq<BOR_LEV_A> for BOR_LEV_A[src]

impl Copy for BOR_LEV_A[src]

impl StructuralPartialEq for BOR_LEV_A[src]

impl Clone for BOR_LEV_A[src]

Auto Trait Implementations

impl Unpin for BOR_LEV_A

impl Send for BOR_LEV_A

impl Sync for BOR_LEV_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self