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

type WTA = Reg<u32, _WTA>;

GPIO Output Register A

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

For information about available fields see wta module

Trait Implementations

impl Readable for WTA[src]

read() method returns wta::R reader structure

impl ResetValue for WTA[src]

Register WTA reset()'s with value 0

type Type = u32

Register size

impl Writable for WTA[src]

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