[][src]Enum imxrt1062_lpuart1::baud::OSR_A

#[repr(u8)]pub enum OSR_A {
    OSR_0,
    OSR_3,
    OSR_4,
    OSR_5,
    OSR_6,
    OSR_7,
    OSR_8,
    OSR_9,
    OSR_10,
    OSR_11,
    OSR_12,
    OSR_13,
    OSR_14,
    OSR_15,
    OSR_16,
    OSR_17,
    OSR_18,
    OSR_19,
    OSR_20,
    OSR_21,
    OSR_22,
    OSR_23,
    OSR_24,
    OSR_25,
    OSR_26,
    OSR_27,
    OSR_28,
    OSR_29,
    OSR_30,
    OSR_31,
}

Oversampling Ratio

Value on reset: 15

Variants

OSR_0

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

OSR_3

3: Oversampling ratio of 4, requires BOTHEDGE to be set.

OSR_4

4: Oversampling ratio of 5, requires BOTHEDGE to be set.

OSR_5

5: Oversampling ratio of 6, requires BOTHEDGE to be set.

OSR_6

6: Oversampling ratio of 7, requires BOTHEDGE to be set.

OSR_7

7: Oversampling ratio of 8.

OSR_8

8: Oversampling ratio of 9.

OSR_9

9: Oversampling ratio of 10.

OSR_10

10: Oversampling ratio of 11.

OSR_11

11: Oversampling ratio of 12.

OSR_12

12: Oversampling ratio of 13.

OSR_13

13: Oversampling ratio of 14.

OSR_14

14: Oversampling ratio of 15.

OSR_15

15: Oversampling ratio of 16.

OSR_16

16: Oversampling ratio of 17.

OSR_17

17: Oversampling ratio of 18.

OSR_18

18: Oversampling ratio of 19.

OSR_19

19: Oversampling ratio of 20.

OSR_20

20: Oversampling ratio of 21.

OSR_21

21: Oversampling ratio of 22.

OSR_22

22: Oversampling ratio of 23.

OSR_23

23: Oversampling ratio of 24.

OSR_24

24: Oversampling ratio of 25.

OSR_25

25: Oversampling ratio of 26.

OSR_26

26: Oversampling ratio of 27.

OSR_27

27: Oversampling ratio of 28.

OSR_28

28: Oversampling ratio of 29.

OSR_29

29: Oversampling ratio of 30.

OSR_30

30: Oversampling ratio of 31.

OSR_31

31: Oversampling ratio of 32.

Trait Implementations

impl Clone for OSR_A[src]

impl Copy for OSR_A[src]

impl Debug for OSR_A[src]

impl From<OSR_A> for u8[src]

impl PartialEq<OSR_A> for OSR_A[src]

impl StructuralPartialEq for OSR_A[src]

Auto Trait Implementations

impl Send for OSR_A

impl Sync for OSR_A

impl Unpin for OSR_A

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.