Searched refs:Cy_I2S_GetCurrentState (Results 1 – 3 of 3) sorted by relevance
531 __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
266 *locState = Cy_I2S_GetCurrentState(locBase); /* Store I2S state */ in Cy_I2S_DeepSleepCallback()
1478 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()