Type Definition stm32f4::stm32f407::otg_hs_device::DIEPMSK[][src]

type DIEPMSK = Reg<u32, _DIEPMSK>;

OTG_HS device IN endpoint common interrupt mask register

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

For information about available fields see diepmsk module

Trait Implementations

impl Readable for DIEPMSK[src]

read() method returns diepmsk::R reader structure

impl ResetValue for DIEPMSK[src]

Register DIEPMSK reset()'s with value 0

type Type = u32

Register size

impl Writable for DIEPMSK[src]

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