Struct xmc1000::ccu80::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub gctrl: GCTRL, pub gstat: GSTAT, pub gidls: GIDLS, pub gidlc: GIDLC, pub gcss: GCSS, pub gcsc: GCSC, pub gcst: GCST, pub gpchk: GPCHK, pub midr: MIDR, // some fields omitted }

Register block

Fields

0x00 - Global Control Register

0x04 - Global Status Register

0x08 - Global Idle Set

0x0c - Global Idle Clear

0x10 - Global Channel Set

0x14 - Global Channel Clear

0x18 - Global Channel status

0x1c - Parity Checker Configuration

0x80 - Module Identification

Auto Trait Implementations