Type Definition stm32f4::stm32f469::otg_fs_device::DAINTMSK[][src]

type DAINTMSK = Reg<u32, _DAINTMSK>;

OTG_FS all endpoints interrupt mask register (OTG_FS_DAINTMSK)

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

For information about available fields see daintmsk module

Trait Implementations

impl Readable for DAINTMSK[src]

read() method returns daintmsk::R reader structure

impl ResetValue for DAINTMSK[src]

Register DAINTMSK reset()'s with value 0

type Type = u32

Register size

impl Writable for DAINTMSK[src]

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