[−][src]Type Definition lpc55_pac::powerquad::INTRSTAT
type INTRSTAT = Reg<u32, _INTRSTAT>;
INTERRUPT STATUS register
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see intrstat module
Trait Implementations
impl Readable for INTRSTAT[src]
read() method returns intrstat::R reader structure
impl ResetValue for INTRSTAT[src]
Register INTRSTAT reset()'s with value 0
impl Writable for INTRSTAT[src]
write(|w| ..) method takes intrstat::W writer structure