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

type BCSCTL3 = Reg<u8, _BCSCTL3>;

Basic Clock System Control 3

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

For information about available fields see bcsctl3 module

Trait Implementations

impl Readable for BCSCTL3[src]

read() method returns bcsctl3::R reader structure

impl ResetValue for BCSCTL3[src]

Register BCSCTL3 reset()'s with value 0

type Type = u8

Register size

impl Writable for BCSCTL3[src]

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