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

type OSCCSR = Reg<u32, _OSCCSR>;

Oscillator Control and Status Register

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

For information about avaliable fields see osccsr module

Trait Implementations

impl Readable for OSCCSR[src]

read() method returns osccsr::R reader structure

impl ResetValue for OSCCSR[src]

Register OSCCSR reset()'s with value 0

type Type = u32

Register size

impl Writable for OSCCSR[src]

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