[][src]Type Definition cc2538::ssi0::CC

type CC = Reg<u32, _CC>;

SSI clock configuration The CC register controls the baud clock and system clocks sources for the SSI module. Note: If the PIOSC is used for the SSI baud clock, the system clock frequency must be at least 16 MHz in run mode.

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

For information about avaliable fields see cc module

Trait Implementations

impl Readable for CC[src]

read() method returns cc::R reader structure

impl Writable for CC[src]

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

impl ResetValue for CC[src]

Register CC reset()'s with value 0

type Type = u32

Register size