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

type INT1SET = Reg<u32, _INT1SET>;

GPIO Interrupt Registers 49-32: Set

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

For information about available fields see int1set module

Trait Implementations

impl Readable for INT1SET[src]

read() method returns int1set::R reader structure

impl ResetValue for INT1SET[src]

Register INT1SET reset()'s with value 0

type Type = u32

Register size

impl Writable for INT1SET[src]

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