Searched refs:Cy_I2S_GetInterruptMask (Results 1 – 3 of 3) sorted by relevance
553 __STATIC_INLINE uint32_t Cy_I2S_GetInterruptMask(I2S_Type const * base);1072 __STATIC_INLINE uint32_t Cy_I2S_GetInterruptMask(I2S_Type const * base) in Cy_I2S_GetInterruptMask() function
265 *locInterruptMask = Cy_I2S_GetInterruptMask(locBase); /* Store I2S interrupts */ in Cy_I2S_DeepSleepCallback()
2214 uint32_t old_mask = Cy_I2S_GetInterruptMask(obj->base) & CY_I2S_INTR_MASK;2274 uint32_t old_interrupt_mask = Cy_I2S_GetInterruptMask(obj->base);