[][src]Type Definition lpc54606_pac::usbhsh::USBCMD

type USBCMD = Reg<u32, _USBCMD>;

USB Command register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see usbcmd module

Trait Implementations

impl Readable for USBCMD[src]

read() method returns usbcmd::R reader structure

impl ResetValue for USBCMD[src]

Register USBCMD reset()'s with value 0

type Type = u32

Register size

impl Writable for USBCMD[src]

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