[][src]Type Definition xmc1100::scu_clk::CLKCR

type CLKCR = Reg<u32, _CLKCR>;

Clock Control Register

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

For information about avaliable fields see clkcr module

Trait Implementations

impl Readable for CLKCR[src]

read() method returns clkcr::R reader structure

impl ResetValue for CLKCR[src]

Register CLKCR reset()'s with value 0x3ff0_0400

type Type = u32

Register size

impl Writable for CLKCR[src]

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