[][src]Type Definition mkl25z4::porte::ISFR

type ISFR = Reg<u32, _ISFR>;

Interrupt Status Flag Register

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

For information about available fields see isfr module

Trait Implementations

impl Readable for ISFR[src]

read() method returns isfr::R reader structure

impl ResetValue for ISFR[src]

Register ISFR reset()'s with value 0

type Type = u32

Register size

impl Writable for ISFR[src]

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