Type Definition stm32f4::stm32f407::exti::FTSR[][src]

type FTSR = Reg<u32, _FTSR>;

Falling Trigger selection register (EXTI_FTSR)

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

For information about available fields see ftsr module

Trait Implementations

impl Readable for FTSR[src]

read() method returns ftsr::R reader structure

impl ResetValue for FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

Register size

impl Writable for FTSR[src]

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