Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h531 __STATIC_INLINE uint32_t Cy_I2S_GetCurrentState(I2S_Type const * base);
693 __STATIC_INLINE uint32_t Cy_I2S_GetCurrentState(I2S_Type const * base) in Cy_I2S_GetCurrentState() function
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c266 *locState = Cy_I2S_GetCurrentState(locBase); /* Store I2S state */ in Cy_I2S_DeepSleepCallback()
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1478 return (0 != (CY_I2S_TX_START & Cy_I2S_GetCurrentState(obj->base))); in _cyhal_audioss_is_tx_enabled()
1496 return (0 != (CY_I2S_RX_START & Cy_I2S_GetCurrentState(obj->base))); in _cyhal_audioss_is_rx_enabled()