[−][src]Type Definition lpc55_pac::usbfsh::HCINTERRUPTDISABLE
type HCINTERRUPTDISABLE = Reg<u32, _HCINTERRUPTDISABLE>;
The bits in this register are used to disable corresponding bits in the HCInterruptStatus register and in turn disable that event leading to hardware interrupt
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see hcinterruptdisable module
Trait Implementations
impl Readable for HCINTERRUPTDISABLE[src]
read() method returns hcinterruptdisable::R reader structure
impl ResetValue for HCINTERRUPTDISABLE[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for HCINTERRUPTDISABLE[src]
write(|w| ..) method takes hcinterruptdisable::W writer structure