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

type PADKEY = Reg<u32, _PADKEY>;

Key Register for all pad configuration registers

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

For information about available fields see padkey module

Trait Implementations

impl Readable for PADKEY[src]

read() method returns padkey::R reader structure

impl ResetValue for PADKEY[src]

Register PADKEY reset()'s with value 0

type Type = u32

Register size

impl Writable for PADKEY[src]

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