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

type WTSA = Reg<u32, _WTSA>;

GPIO Output Register A Set

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

For information about available fields see wtsa module

Trait Implementations

impl Readable for WTSA[src]

read() method returns wtsa::R reader structure

impl ResetValue for WTSA[src]

Register WTSA reset()'s with value 0

type Type = u32

Register size

impl Writable for WTSA[src]

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