Type Definition gd32f1::gd32f170::exti::EVEN[][src]

type EVEN = Reg<u32, _EVEN>;

Event enable register (EXTI_EVEN)

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

For information about available fields see even module

Trait Implementations

impl Readable for EVEN[src]

read() method returns even::R reader structure

impl ResetValue for EVEN[src]

Register EVEN reset()’s with value 0

type Type = u32

Register size

impl Writable for EVEN[src]

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