Type Definition msp430g2211::system_clock::BCSCTL2[][src]

type BCSCTL2 = Reg<u8, _BCSCTL2>;

Basic Clock System Control 2

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see bcsctl2 module

Trait Implementations

impl Readable for BCSCTL2[src]

read() method returns bcsctl2::R reader structure

impl ResetValue for BCSCTL2[src]

Register BCSCTL2 reset()’s with value 0

type Type = u8

Register size

impl Writable for BCSCTL2[src]

write(|w| ..) method takes bcsctl2::W writer structure