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

type PORTMODE = Reg<u32, _PORTMODE>;

Controls the port if it is attached to the host block or the device block

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

For information about available fields see portmode module

Trait Implementations

impl Readable for PORTMODE[src]

read() method returns portmode::R reader structure

impl ResetValue for PORTMODE[src]

Register PORTMODE reset()'s with value 0x0004_0000

type Type = u32

Register size

impl Writable for PORTMODE[src]

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