[][src]Type Definition stm32f4::stm32f469::otg_hs_host::HPTXSTS

type HPTXSTS = Reg<u32, _HPTXSTS>;

OTG_HS_Host periodic transmit FIFO/queue status register

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