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

type INTEN = Reg<u32, _INTEN>;

Interrupt enable register (EXTI_INTEN)

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

For information about available fields see inten module

Trait Implementations

impl Readable for INTEN[src]

read() method returns inten::R reader structure

impl ResetValue for INTEN[src]

Register INTEN reset()’s with value 0x0f90_0000

type Type = u32

Register size

impl Writable for INTEN[src]

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