Searched refs:GPIO_INT_ENABLE_MASK (Results 1 – 1 of 1) sorted by relevance
19 #define GPIO_INT_ENABLE_MASK ((uint32_t)0x00000008uL) macro248 *(g_config_reg_lut[gpio_idx]) = (cfg_value | GPIO_INT_ENABLE_MASK); in MSS_GPIO_enable_irq()270 *(g_config_reg_lut[gpio_idx]) = (cfg_value & ~GPIO_INT_ENABLE_MASK); in MSS_GPIO_disable_irq()
Completed in 3 milliseconds