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

type CFGC = Reg<u32, _CFGC>;

GPIO Configuration Register C

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

For information about available fields see cfgc module

Trait Implementations

impl Readable for CFGC[src]

read() method returns cfgc::R reader structure

impl ResetValue for CFGC[src]

Register CFGC reset()'s with value 0x0011_0000

type Type = u32

Register size

impl Writable for CFGC[src]

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