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

type GRSTCTL = Reg<u32, _GRSTCTL>;

OTG_FS reset register (OTG_FS_GRSTCTL)

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

For information about available fields see grstctl module

Trait Implementations

impl Readable for GRSTCTL[src]

read() method returns grstctl::R reader structure

impl ResetValue for GRSTCTL[src]

Register GRSTCTL reset()'s with value 0x2000_0000

type Type = u32

Register size

impl Writable for GRSTCTL[src]

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