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

type CFGF = Reg<u32, _CFGF>;

GPIO Configuration Register F

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

For information about available fields see cfgf module

Trait Implementations

impl Readable for CFGF[src]

read() method returns cfgf::R reader structure

impl ResetValue for CFGF[src]

Register CFGF reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGF[src]

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