Struct msp430g2211::system_clock::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub bcsctl3: BCSCTL3, pub dcoctl: DCOCTL, pub bcsctl1: BCSCTL1, pub bcsctl2: BCSCTL2, // some fields omitted }

Register block

Fields

0x01 - Basic Clock System Control 3

0x04 - DCO Clock Frequency Control

0x05 - Basic Clock System Control 1

0x06 - Basic Clock System Control 2

Auto Trait Implementations