Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h525 __STATIC_INLINE void Cy_I2S_EnableTx(I2S_Type * base);
573 __STATIC_INLINE void Cy_I2S_EnableTx(I2S_Type * base) in Cy_I2S_EnableTx() function
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c294 Cy_I2S_EnableTx(locBase); /* Start TX operation */ in Cy_I2S_DeepSleepCallback()
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1253 Cy_I2S_EnableTx(obj->base); in _cyhal_audioss_start_tx()