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

type INT1CLR = Reg<u32, _INT1CLR>;

GPIO Interrupt Registers 49-32: Clear

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

For information about available fields see int1clr module

Trait Implementations

impl Readable for INT1CLR[src]

read() method returns int1clr::R reader structure

impl ResetValue for INT1CLR[src]

Register INT1CLR reset()'s with value 0

type Type = u32

Register size

impl Writable for INT1CLR[src]

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