[][src]Enum imxrt1062_semc::sramcr0::COL_A

#[repr(u8)]pub enum COL_A {
    COL_0,
    COL_1,
    COL_2,
    COL_3,
    COL_4,
    COL_5,
    COL_6,
    COL_7,
    COL_8,
    COL_9,
    COL_10,
    COL_11,
    COL_12,
    COL_13,
    COL_14,
    COL_15,
}

Column Address bit width

Value on reset: 0

Variants

COL_0

0: 12 Bits

COL_1

1: 11 Bits

COL_2

2: 10 Bits

COL_3

3: 9 Bits

COL_4

4: 8 Bits

COL_5

5: 7 Bits

COL_6

6: 6 Bits

COL_7

7: 5 Bits

COL_8

8: 4 Bits

COL_9

9: 3 Bits

COL_10

10: 2 Bits

COL_11

11: 12 Bits

COL_12

12: 12 Bits

COL_13

13: 12 Bits

COL_14

14: 12 Bits

COL_15

15: 12 Bits

Trait Implementations

impl Clone for COL_A[src]

impl Copy for COL_A[src]

impl Debug for COL_A[src]

impl From<COL_A> for u8[src]

impl PartialEq<COL_A> for COL_A[src]

impl StructuralPartialEq for COL_A[src]

Auto Trait Implementations

impl Send for COL_A

impl Sync for COL_A

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