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

type RDA = Reg<u32, _RDA>;

GPIO Input Register A

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

For information about available fields see rda module

Trait Implementations

impl Readable for RDA[src]

read() method returns rda::R reader structure

impl ResetValue for RDA[src]

Register RDA reset()'s with value 0

type Type = u32

Register size

impl Writable for RDA[src]

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