[][src]Enum k1921vk01t_pac::nt_spi0::spi_cr0::DSS_A

pub enum DSS_A {
    _4BIT,
    _5BIT,
    _6BIT,
    _7BIT,
    _8BIT,
    _9BIT,
    _10BIT,
    _11BIT,
    _12BIT,
    _13BIT,
    _14BIT,
    _15BIT,
    _16BIT,
}

Value on reset: 0

Variants

_4BIT

3: data size 4 bit

_5BIT

4: data size 5 bit

_6BIT

5: data size 6 bit

_7BIT

6: data size 7 bit

_8BIT

7: data size 8 bit

_9BIT

8: data size 9 bit

_10BIT

9: data size 10 bit

_11BIT

10: data size 11 bit

_12BIT

11: data size 12 bit

_13BIT

12: data size 13 bit

_14BIT

13: data size 14 bit

_15BIT

14: data size 15 bit

_16BIT

15: data size 16 bit

Trait Implementations

impl Clone for DSS_A[src]

impl Copy for DSS_A[src]

impl Debug for DSS_A[src]

impl From<DSS_A> for u8[src]

impl PartialEq<DSS_A> for DSS_A[src]

impl StructuralPartialEq for DSS_A[src]

Auto Trait Implementations

impl Send for DSS_A

impl Sync for DSS_A

impl Unpin for DSS_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> Same<T> for T

type Output = T

Should always be Self

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

type Error = !

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.