Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c275 Cy_I2S_SetInterruptMask(locBase, 0UL); /* Disable I2S interrupts */ in Cy_I2S_DeepSleepCallback()
297 Cy_I2S_SetInterruptMask(locBase, *locInterruptMask); /* Restore I2S interrupts */ in Cy_I2S_DeepSleepCallback()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h554 __STATIC_INLINE void Cy_I2S_SetInterruptMask(I2S_Type * base, uint32_t interrupt);
1092 __STATIC_INLINE void Cy_I2S_SetInterruptMask(I2S_Type * base, uint32_t interrupt) in Cy_I2S_SetInterruptMask() function
/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c2220 Cy_I2S_SetInterruptMask(obj->base, mask);
2275 Cy_I2S_SetInterruptMask(obj->base, 0u);
2297 Cy_I2S_SetInterruptMask(obj->base, old_events);