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

type INT1STAT = Reg<u32, _INT1STAT>;

GPIO Interrupt Registers 49-32: Status

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

For information about available fields see int1stat module

Trait Implementations

impl Readable for INT1STAT[src]

read() method returns int1stat::R reader structure

impl ResetValue for INT1STAT[src]

Register INT1STAT reset()'s with value 0

type Type = u32

Register size

impl Writable for INT1STAT[src]

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