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

type DCOCTL = Reg<u8, _DCOCTL>;

DCO Clock Frequency Control

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

For information about available fields see dcoctl module

Trait Implementations

impl Readable for DCOCTL[src]

read() method returns dcoctl::R reader structure

impl ResetValue for DCOCTL[src]

Register DCOCTL reset()'s with value 0

type Type = u8

Register size

impl Writable for DCOCTL[src]

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