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

type PD = Reg<u32, _PD>;

Pending register (EXTI_PD)

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

For information about available fields see pd module

Trait Implementations

impl Readable for PD[src]

read() method returns pd::R reader structure

impl ResetValue for PD[src]

Register PD reset()’s with value 0

type Type = u32

Register size

impl Writable for PD[src]

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