Type Definition stm32f4::stm32f407::otg_hs_global::GOTGINT[][src]

type GOTGINT = Reg<u32, _GOTGINT>;

OTG_HS interrupt register

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

For information about available fields see gotgint module

Trait Implementations

impl Readable for GOTGINT[src]

read() method returns gotgint::R reader structure

impl ResetValue for GOTGINT[src]

Register GOTGINT reset()'s with value 0

type Type = u32

Register size

impl Writable for GOTGINT[src]

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