[][src]Enum s32k144::lpuart0::baud::OSRW

pub enum OSRW {
    _00000,
    _00011,
    _00100,
    _00101,
    _00110,
    _00111,
    _01000,
    _01001,
    _01010,
    _01011,
    _01100,
    _01101,
    _01110,
    _01111,
    _10000,
    _10001,
    _10010,
    _10011,
    _10100,
    _10101,
    _10110,
    _10111,
    _11000,
    _11001,
    _11010,
    _11011,
    _11100,
    _11101,
    _11110,
    _11111,
}

Values that can be written to the field OSR

Variants

_00000

Writing 0 to this field will result in an oversampling ratio of 16

_00011

Oversampling ratio of 4, requires BOTHEDGE to be set.

_00100

Oversampling ratio of 5, requires BOTHEDGE to be set.

_00101

Oversampling ratio of 6, requires BOTHEDGE to be set.

_00110

Oversampling ratio of 7, requires BOTHEDGE to be set.

_00111

Oversampling ratio of 8.

_01000

Oversampling ratio of 9.

_01001

Oversampling ratio of 10.

_01010

Oversampling ratio of 11.

_01011

Oversampling ratio of 12.

_01100

Oversampling ratio of 13.

_01101

Oversampling ratio of 14.

_01110

Oversampling ratio of 15.

_01111

Oversampling ratio of 16.

_10000

Oversampling ratio of 17.

_10001

Oversampling ratio of 18.

_10010

Oversampling ratio of 19.

_10011

Oversampling ratio of 20.

_10100

Oversampling ratio of 21.

_10101

Oversampling ratio of 22.

_10110

Oversampling ratio of 23.

_10111

Oversampling ratio of 24.

_11000

Oversampling ratio of 25.

_11001

Oversampling ratio of 26.

_11010

Oversampling ratio of 27.

_11011

Oversampling ratio of 28.

_11100

Oversampling ratio of 29.

_11101

Oversampling ratio of 30.

_11110

Oversampling ratio of 31.

_11111

Oversampling ratio of 32.

Auto Trait Implementations

impl Send for OSRW

impl Sync for OSRW

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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