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

type RDB = Reg<u32, _RDB>;

GPIO Input Register B

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

For information about available fields see rdb module

Trait Implementations

impl Readable for RDB[src]

read() method returns rdb::R reader structure

impl ResetValue for RDB[src]

Register RDB reset()'s with value 0

type Type = u32

Register size

impl Writable for RDB[src]

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