[][src]Enum xmc4800::ebu::sdrmcon::ROWM_A

pub enum ROWM_A {
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
}

Mask for row tag

Value on reset: 0

Variants

VALUE2

1: Address bit 26 to 9

VALUE3

2: Address bit 26 to 10

VALUE4

3: Address bit 26 to 11

VALUE5

4: Address bit 26 to 12

VALUE6

5: Address bit 26 to 13

Trait Implementations

impl From<ROWM_A> for u8[src]

impl PartialEq<ROWM_A> for ROWM_A[src]

impl Debug for ROWM_A[src]

impl Copy for ROWM_A[src]

impl Clone for ROWM_A[src]

Auto Trait Implementations

impl Unpin for ROWM_A

impl Send for ROWM_A

impl Sync for ROWM_A

Blanket Implementations

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self