[][src]Type Definition k22f::mcm::ISCR

type ISCR = Reg<u32, _ISCR>;

Interrupt Status Register

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

For information about available fields see iscr module

Trait Implementations

impl Readable for ISCR[src]

read() method returns iscr::R reader structure

impl ResetValue for ISCR[src]

Register ISCR reset()'s with value 0

type Type = u32

Register size

impl Writable for ISCR[src]

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