[][src]Type Definition msp430g2553::system_clock::BCSCTL1

type BCSCTL1 = Reg<u8, _BCSCTL1>;

Basic Clock System Control 1

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

For information about available fields see bcsctl1 module

Trait Implementations

impl Readable for BCSCTL1[src]

read() method returns bcsctl1::R reader structure

impl ResetValue for BCSCTL1[src]

Register BCSCTL1 reset()'s with value 0

type Type = u8

Register size

impl Writable for BCSCTL1[src]

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