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

type WTB = Reg<u32, _WTB>;

GPIO Output Register B

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

For information about available fields see wtb module

Trait Implementations

impl Readable for WTB[src]

read() method returns wtb::R reader structure

impl ResetValue for WTB[src]

Register WTB reset()'s with value 0

type Type = u32

Register size

impl Writable for WTB[src]

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