Struct xmc4200::ledts0::RegisterBlock [] [src]

#[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

0x00 - Module Identification Register

0x04 - Global Control Register

0x08 - Function Control Register

0x0c - Event Flag Register

0x10 - Touch-sense TS-Counter Value

0x14 - Line Pattern Register 0

0x18 - Line Pattern Register 1

0x1c - LED Compare Register 0

0x20 - LED Compare Register 1

0x24 - Touch-sense Compare Register 0

0x28 - Touch-sense Compare Register 1

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock