Type Definition rp2040_pac::i2c0::IC_INTR_MASK[][src]

type IC_INTR_MASK = Reg<u32, _IC_INTR_MASK>;
Expand description

I2C Interrupt Mask Register.\n\n These bits mask their corresponding interrupt status bits. This register is active low; a value of 0 masks the interrupt, whereas a value of 1 unmasks the interrupt.

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

For information about available fields see ic_intr_mask module

Trait Implementations

Register IC_INTR_MASK reset()’s with value 0x08ff

Register size

Reset value of the register

read() method returns ic_intr_mask::R reader structure

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