[][src]Type Definition stm32f4::stm32f469::otg_fs_global::GOTGCTL

type GOTGCTL = Reg<u32, _GOTGCTL>;

OTG_FS control and status register (OTG_FS_GOTGCTL)

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

For information about available fields see gotgctl module

Trait Implementations

impl Readable for GOTGCTL[src]

read() method returns gotgctl::R reader structure

impl ResetValue for GOTGCTL[src]

Register GOTGCTL reset()'s with value 0x0800

type Type = u32

Register size

impl Writable for GOTGCTL[src]

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