Struct xmc1000::scu_clk::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub clkcr: CLKCR, pub pwrsvcr: PWRSVCR, pub cgatstat0: CGATSTAT0, pub cgatset0: CGATSET0, pub cgatclr0: CGATCLR0, pub osccsr: OSCCSR, }

Register block

Fields

0x00 - Clock Control Register

0x04 - Power Save Control Register

0x08 - Peripheral 0 Clock Gating Status

0x0c - Peripheral 0 Clock Gating Set

0x10 - Peripheral 0 Clock Gating Clear

0x14 - Oscillator Control and Status Register

Auto Trait Implementations