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

type CFGA = Reg<u32, _CFGA>;

GPIO Configuration Register A

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

For information about available fields see cfga module

Trait Implementations

impl Readable for CFGA[src]

read() method returns cfga::R reader structure

impl ResetValue for CFGA[src]

Register CFGA reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGA[src]

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