Home
last modified time | relevance | path

Searched refs:Cy_I2S_GetInterruptMask (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h553 __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
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c265 *locInterruptMask = Cy_I2S_GetInterruptMask(locBase); /* Store I2S interrupts */ in Cy_I2S_DeepSleepCallback()
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c2214 uint32_t old_mask = Cy_I2S_GetInterruptMask(obj->base) & CY_I2S_INTR_MASK;
2274 uint32_t old_interrupt_mask = Cy_I2S_GetInterruptMask(obj->base);