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

type HPTXSTS = Reg<u32, _HPTXSTS>;

OTG_FS_Host periodic transmit FIFO/queue status register (OTG_FS_HPTXSTS)

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

For information about available fields see hptxsts module

Trait Implementations

impl Readable for HPTXSTS[src]

read() method returns hptxsts::R reader structure

impl ResetValue for HPTXSTS[src]

Register HPTXSTS reset()'s with value 0x0008_0100

type Type = u32

Register size

impl Writable for HPTXSTS[src]

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