#[repr(u8)]
pub enum BOR_LEV_A {
    BorOff,
    BorLevel1,
    BorLevel2,
    BorLevel3,
    BorLevel4,
    BorLevel5,
}
Expand description

BOR_LEV

Value on reset: 8

Variants

BorOff

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

BorLevel1

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

BorLevel2

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

BorLevel3

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

BorLevel4

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

BorLevel5

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.