Struct xmc4200::fce_ke0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ir: IR, pub res: RES, pub cfg: CFG, pub sts: STS, pub length: LENGTH, pub check: CHECK, pub crc: CRC, pub ctr: CTR, }

Register block

Fields

0x00 - Input Register

0x04 - CRC Result Register

0x08 - CRC Configuration Register

0x0c - CRC Status Register

0x10 - CRC Length Register

0x14 - CRC Check Register

0x18 - CRC Register

0x1c - CRC Test Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock