Struct xmc1000::scu_reset::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub rststat: RSTSTAT, pub rstset: RSTSET, pub rstclr: RSTCLR, pub rstcon: RSTCON, }

Register block

Fields

0x00 - RCU Reset Status

0x04 - RCU Reset Set Register

0x08 - RCU Reset Clear Register

0x0c - RCU Reset Control Register

Auto Trait Implementations