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

type SWIEV = Reg<u32, _SWIEV>;

Software interrupt event register (EXTI_SWIEV)

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

For information about available fields see swiev module

Trait Implementations

impl Readable for SWIEV[src]

read() method returns swiev::R reader structure

impl ResetValue for SWIEV[src]

Register SWIEV reset()’s with value 0

type Type = u32

Register size

impl Writable for SWIEV[src]

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