Searched refs:txEnabled (Results 1 – 3 of 3) sorted by relevance
81 if (config->txEnabled) in Cy_I2S_Init()164 if (config->txEnabled) in Cy_I2S_Init()175 if (config->txEnabled) in Cy_I2S_Init()
325 …bool txEnabled; /**< Enables the I2S TX component: 'false': disabled. 't… member
503 if(pdl_config->txEnabled) in _cyhal_audioss_init_hw()1581 pdl_config->txEnabled = _FLD2BOOL(I2S_CTL_TX_ENABLED, REG_I2S_CTL(base)); in _cyhal_audioss_reconstruct_pdl_config()1712 pdl_config->txEnabled = tx_en; in _cyhal_audioss_populate_pdl_config()1753 …CY_ASSERT(sclk_div_rx == sclk_div_tx || false == pdl_config->txEnabled || false == pdl_config->rxE… in _cyhal_audioss_populate_pdl_config()1754 pdl_config->clkDiv = (uint8_t)(pdl_config->txEnabled ? sclk_div_tx : sclk_div_rx); in _cyhal_audioss_populate_pdl_config()