[][src]Enum xmc4800::ledts0::fnctl::NR_LEDCOL_A

pub enum NR_LEDCOL_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
}

Number of LED Columns

Value on reset: 0

Variants

VALUE1

0: 1 LED column

VALUE2

1: 2 LED columns

VALUE3

2: 3 LED columns

VALUE4

3: 4 LED columns

VALUE5

4: 5 LED columns

VALUE6

5: 6 LED columns

VALUE7

6: 7 LED columns

VALUE8

7: 8 LED columns (max. LED columns = 7 if bit TS_EN = 1)

Trait Implementations

impl From<NR_LEDCOL_A> for u8[src]

impl PartialEq<NR_LEDCOL_A> for NR_LEDCOL_A[src]

impl Debug for NR_LEDCOL_A[src]

impl Copy for NR_LEDCOL_A[src]

impl Clone for NR_LEDCOL_A[src]

Auto Trait Implementations

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