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

type DAINTMSK = Reg<u32, _DAINTMSK>;

OTG_HS all endpoints interrupt mask register

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