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

Register HCINTERRUPTDISABLE reset()'s with value 0

type Type = u32

Register size

impl Writable for HCINTERRUPTDISABLE[src]

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