Struct msp430g2553::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

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock