[][src]Type Definition stm32f4::stm32f469::otg_hs_global::GINTMSK

type GINTMSK = Reg<u32, _GINTMSK>;

OTG_HS interrupt mask register

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

For information about available fields see gintmsk module

Trait Implementations

impl Readable for GINTMSK[src]

read() method returns gintmsk::R reader structure

impl ResetValue for GINTMSK[src]

Register GINTMSK reset()'s with value 0

type Type = u32

Register size

impl Writable for GINTMSK[src]

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