Type Definition gd32f1::gd32f170::gpiod::PUD[][src]

type PUD = Reg<u32, _PUD>;

GPIO port pull-up/pull-down register

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

For information about available fields see pud module

Trait Implementations

impl Readable for PUD[src]

read() method returns pud::R reader structure

impl ResetValue for PUD[src]

Register PUD reset()’s with value 0

type Type = u32

Register size

impl Writable for PUD[src]

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