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

type INT0STAT = Reg<u32, _INT0STAT>;

GPIO Interrupt Registers 31-0: Status

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

For information about available fields see int0stat module

Trait Implementations

impl Readable for INT0STAT[src]

read() method returns int0stat::R reader structure

impl ResetValue for INT0STAT[src]

Register INT0STAT reset()'s with value 0

type Type = u32

Register size

impl Writable for INT0STAT[src]

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