[][src]Type Definition ambiq_apollo1_pac::gpio::CFGD

type CFGD = Reg<u32, _CFGD>;

GPIO Configuration Register D

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

For information about available fields see cfgd module

Trait Implementations

impl Readable for CFGD[src]

read() method returns cfgd::R reader structure

impl ResetValue for CFGD[src]

Register CFGD reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGD[src]

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