[][src]Type Definition k22f::gpiod::PDDR

type PDDR = Reg<u32, _PDDR>;

Port Data Direction Register

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

For information about available fields see pddr module

Trait Implementations

impl Readable for PDDR[src]

read() method returns pddr::R reader structure

impl ResetValue for PDDR[src]

Register PDDR reset()'s with value 0

type Type = u32

Register size

impl Writable for PDDR[src]

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