pub type IC_INTR_MASK = Reg<IC_INTR_MASK_SPEC>;Expand description
IC_INTR_MASK (rw) register accessor: I2C Interrupt Mask Register.
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.
You can read this register and get ic_intr_mask::R. You can reset, write, write_with_zero this register using ic_intr_mask::W. You can also modify this register. See API.
For information about available fields see ic_intr_mask
module
Aliased Typeยง
pub struct IC_INTR_MASK { /* private fields */ }