Struct xmc4200::scu_clk::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub clkstat: CLKSTAT, pub clkset: CLKSET, pub clkclr: CLKCLR, pub sysclkcr: SYSCLKCR, pub cpuclkcr: CPUCLKCR, pub pbclkcr: PBCLKCR, pub usbclkcr: USBCLKCR, pub ccuclkcr: CCUCLKCR, pub wdtclkcr: WDTCLKCR, pub extclkcr: EXTCLKCR, pub mlinkclkcr: MLINKCLKCR, pub sleepcr: SLEEPCR, pub dsleepcr: DSLEEPCR, pub cgatstat0: CGATSTAT0, pub cgatset0: CGATSET0, pub cgatclr0: CGATCLR0, pub cgatstat1: CGATSTAT1, pub cgatset1: CGATSET1, pub cgatclr1: CGATCLR1, pub cgatstat2: CGATSTAT2, pub cgatset2: CGATSET2, pub cgatclr2: CGATCLR2, // some fields omitted }

Register block

Fields

0x00 - Clock Status Register

0x04 - CLK Set Register

0x08 - CLK Clear Register

0x0c - System Clock Control Register

0x10 - CPU Clock Control Register

0x14 - Peripheral Bus Clock Control Register

0x18 - USB Clock Control Register

0x20 - CCU Clock Control Register

0x24 - WDT Clock Control Register

0x28 - External Clock Control

0x2c - Multi-Link Clock Control

0x30 - Sleep Control Register

0x34 - Deep Sleep Control Register

0x40 - Peripheral 0 Clock Gating Status

0x44 - Peripheral 0 Clock Gating Set

0x48 - Peripheral 0 Clock Gating Clear

0x4c - Peripheral 1 Clock Gating Status

0x50 - Peripheral 1 Clock Gating Set

0x54 - Peripheral 1 Clock Gating Clear

0x58 - Peripheral 2 Clock Gating Status

0x5c - Peripheral 2 Clock Gating Set

0x60 - Peripheral 2 Clock Gating Clear

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock