[−][src]Type Definition lpc55_pac::powerquad::ERRSTAT
type ERRSTAT = Reg<u32, _ERRSTAT>;
Read/Write register where error statuses are captured (sticky)
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see errstat module
Trait Implementations
impl Readable for ERRSTAT[src]
read() method returns errstat::R reader structure
impl ResetValue for ERRSTAT[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for ERRSTAT[src]
write(|w| ..) method takes errstat::W writer structure