[][src]Type Definition stm32f3::stm32f373::exti::EMR

type EMR = Reg<u32, _EMR>;

Event mask register (EXTI_EMR)

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

For information about available fields see emr module

Trait Implementations

impl Readable for EMR[src]

read() method returns emr::R reader structure

impl ResetValue for EMR[src]

Register EMR reset()'s with value 0

type Type = u32

Register size

impl Writable for EMR[src]

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