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

type CFGE = Reg<u32, _CFGE>;

GPIO Configuration Register E

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

For information about available fields see cfge module

Trait Implementations

impl Readable for CFGE[src]

read() method returns cfge::R reader structure

impl ResetValue for CFGE[src]

Register CFGE reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGE[src]

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