[−][src]Type Definition lpc55_pac::puf::INTSTAT
type INTSTAT = Reg<u32, _INTSTAT>;
PUF interrupt status
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see intstat module
Trait Implementations
impl Readable for INTSTAT
[src]
read()
method returns intstat::R reader structure
impl ResetValue for INTSTAT
[src][+]
type Type = u32
fn reset_value() -> Self::Type
[src][−]
impl Writable for INTSTAT
[src]
write(|w| ..)
method takes intstat::W writer structure