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

type RTSR = Reg<u32, _RTSR>;

Rising Trigger selection register (EXTI_RTSR)

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

For information about available fields see rtsr module

Trait Implementations

impl Readable for RTSR[src]

read() method returns rtsr::R reader structure

impl ResetValue for RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

Register size

impl Writable for RTSR[src]

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