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

type INT1EN = Reg<u32, _INT1EN>;

GPIO Interrupt Registers 49-32: Enable

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

For information about available fields see int1en module

Trait Implementations

impl Readable for INT1EN[src]

read() method returns int1en::R reader structure

impl ResetValue for INT1EN[src]

Register INT1EN reset()'s with value 0

type Type = u32

Register size

impl Writable for INT1EN[src]

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