[][src]Type Definition lpc55s6x_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]

Register HCINTERRUPTENABLE reset()'s with value 0

type Type = u32

Register size

impl Writable for HCINTERRUPTENABLE[src]

write(|w| ..) method takes hcinterruptenable::W writer structure