[−][src]Type Definition lpc55_pac::usbfsh::HCINTERRUPTENABLE
type HCINTERRUPTENABLE = Reg<u32, _HCINTERRUPTENABLE>;
Controls the bits in the HcInterruptStatus register and indicates which events will generate a hardware interrupt
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see hcinterruptenable module
Trait Implementations
impl Readable for HCINTERRUPTENABLE[src]
read() method returns hcinterruptenable::R reader structure
impl ResetValue for HCINTERRUPTENABLE[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for HCINTERRUPTENABLE[src]
write(|w| ..) method takes hcinterruptenable::W writer structure