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

type ENA = Reg<u32, _ENA>;

GPIO Enable Register A

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

For information about available fields see ena module

Trait Implementations

impl Readable for ENA[src]

read() method returns ena::R reader structure

impl ResetValue for ENA[src]

Register ENA reset()'s with value 0

type Type = u32

Register size

impl Writable for ENA[src]

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