[][src]Enum imxrt1062_semc::mcr::BTO_A

#[repr(u8)]pub enum BTO_A {
    BTO_0,
    BTO_1,
    BTO_2,
    BTO_3,
    BTO_4,
    BTO_5,
    BTO_6,
    BTO_7,
    BTO_8,
    BTO_9,
    BTO_31,
}

Bus timeout cycles

Value on reset: 16

Variants

BTO_0

0: 255*1

BTO_1

1: 2552 - 2552^30

BTO_2

2: 2552 - 2552^30

BTO_3

3: 2552 - 2552^30

BTO_4

4: 2552 - 2552^30

BTO_5

5: 2552 - 2552^30

BTO_6

6: 2552 - 2552^30

BTO_7

7: 2552 - 2552^30

BTO_8

8: 2552 - 2552^30

BTO_9

9: 2552 - 2552^30

BTO_31

31: 255*2^31

Trait Implementations

impl Clone for BTO_A[src]

impl Copy for BTO_A[src]

impl Debug for BTO_A[src]

impl From<BTO_A> for u8[src]

impl PartialEq<BTO_A> for BTO_A[src]

impl StructuralPartialEq for BTO_A[src]

Auto Trait Implementations

impl Send for BTO_A

impl Sync for BTO_A

impl Unpin for BTO_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.