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

type CR0 = Reg<u32, _CR0>;

The CR0 register contains bit fields that control various functions within the SSI module. Functionality such as protocol mode, clock rate, and data size are configured in this register.

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

For information about avaliable fields see cr0 module

Trait Implementations

impl Readable for CR0[src]

read() method returns cr0::R reader structure

impl Writable for CR0[src]

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

impl ResetValue for CR0[src]

Register CR0 reset()'s with value 0

type Type = u32

Register size