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

type WTCB = Reg<u32, _WTCB>;

GPIO Output Register B Clear

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

For information about available fields see wtcb module

Trait Implementations

impl Readable for WTCB[src]

read() method returns wtcb::R reader structure

impl ResetValue for WTCB[src]

Register WTCB reset()'s with value 0

type Type = u32

Register size

impl Writable for WTCB[src]

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