[][src]Struct xmc4400::ledts0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub id: ID,
    pub globctl: GLOBCTL,
    pub fnctl: FNCTL,
    pub evfr: EVFR,
    pub tsval: TSVAL,
    pub line0: LINE0,
    pub line1: LINE1,
    pub ldcmp0: LDCMP0,
    pub ldcmp1: LDCMP1,
    pub tscmp0: TSCMP0,
    pub tscmp1: TSCMP1,
}

Register block

Fields

id: ID

0x00 - Module Identification Register

globctl: GLOBCTL

0x04 - Global Control Register

fnctl: FNCTL

0x08 - Function Control Register

evfr: EVFR

0x0c - Event Flag Register

tsval: TSVAL

0x10 - Touch-sense TS-Counter Value

line0: LINE0

0x14 - Line Pattern Register 0

line1: LINE1

0x18 - Line Pattern Register 1

ldcmp0: LDCMP0

0x1c - LED Compare Register 0

ldcmp1: LDCMP1

0x20 - LED Compare Register 1

tscmp0: TSCMP0

0x24 - Touch-sense Compare Register 0

tscmp1: TSCMP1

0x28 - Touch-sense Compare Register 1

Auto Trait Implementations

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 = 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.