Struct xmc4200::scu_osc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub oschpstat: OSCHPSTAT, pub oschpctrl: OSCHPCTRL, pub clkcalconst: CLKCALCONST, // some fields omitted }

Register block

Fields

0x00 - OSC_HP Status Register

0x04 - OSC_HP Control Register

0x0c - Clock Calibration Constant Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock