[][src]Type Definition k22f::sysmpu::CESR

type CESR = Reg<u32, _CESR>;

Control/Error Status Register

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

For information about available fields see cesr module

Trait Implementations

impl Readable for CESR[src]

read() method returns cesr::R reader structure

impl ResetValue for CESR[src]

Register CESR reset()'s with value 0x0081_5101

type Type = u32

Register size

impl Writable for CESR[src]

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