[−][src]Type Definition lpc55_pac::usb1::INTSTAT
type INTSTAT = Reg<u32, _INTSTAT>;
USB interrupt status register
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]
Register INTSTAT reset()'s with value 0
impl Writable for INTSTAT[src]
write(|w| ..) method takes intstat::W writer structure