Type Definition gd32f1::gd32f130::exti::RTEN[][src]

type RTEN = Reg<u32, _RTEN>;

Rising Edge Trigger Enable register (EXTI_RTEN)

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

For information about available fields see rten module

Trait Implementations

impl Readable for RTEN[src]

read() method returns rten::R reader structure

impl ResetValue for RTEN[src]

Register RTEN reset()’s with value 0

type Type = u32

Register size

impl Writable for RTEN[src]

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