Type Definition stm32f4::stm32f407::otg_fs_host::HPRT[][src]

type HPRT = Reg<u32, _HPRT>;

OTG_FS host port control and status register (OTG_FS_HPRT)

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

For information about available fields see hprt module

Trait Implementations

impl Readable for HPRT[src]

read() method returns hprt::R reader structure

impl ResetValue for HPRT[src]

Register HPRT reset()'s with value 0

type Type = u32

Register size

impl Writable for HPRT[src]

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