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

type CFGB = Reg<u32, _CFGB>;

GPIO Configuration Register B

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

For information about available fields see cfgb module

Trait Implementations

impl Readable for CFGB[src]

read() method returns cfgb::R reader structure

impl ResetValue for CFGB[src]

Register CFGB reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGB[src]

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