[][src]Type Definition cc2538::sys_ctrl::CLOCK_CTRL

type CLOCK_CTRL = Reg<u32, _CLOCK_CTRL>;

The clock control register handels clock settings in the CC2538. The settings in CLOCK_CTRL do not always reflect the current chip status which is found in CLOCK_STA register.

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

For information about avaliable fields see clock_ctrl module

Trait Implementations

impl Readable for CLOCK_CTRL[src]

read() method returns clock_ctrl::R reader structure

impl Writable for CLOCK_CTRL[src]

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

impl ResetValue for CLOCK_CTRL[src]

Register CLOCK_CTRL reset()'s with value 0

type Type = u32

Register size