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

type FTEN = Reg<u32, _FTEN>;

Falling Egde Trigger Enable register (EXTI_FTEN)

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

For information about available fields see ften module

Trait Implementations

impl Readable for FTEN[src]

read() method returns ften::R reader structure

impl ResetValue for FTEN[src]

Register FTEN reset()’s with value 0

type Type = u32

Register size

impl Writable for FTEN[src]

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