Home
last modified time | relevance | path

Searched refs:rxEnabled (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c123 if (config->rxEnabled) in Cy_I2S_Init()
169 if (config->rxEnabled) in Cy_I2S_Init()
182 if (config->rxEnabled) in Cy_I2S_Init()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h326 …bool rxEnabled; /**< Enables the I2S RX component: 'false': disabled. 't… member
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c507 if(pdl_config->rxEnabled) in _cyhal_audioss_init_hw()
1582 pdl_config->rxEnabled = _FLD2BOOL(I2S_CTL_RX_ENABLED, REG_I2S_CTL(base)); in _cyhal_audioss_reconstruct_pdl_config()
1713 pdl_config->rxEnabled = rx_en; in _cyhal_audioss_populate_pdl_config()
1753 …RT(sclk_div_rx == sclk_div_tx || false == pdl_config->txEnabled || false == pdl_config->rxEnabled); in _cyhal_audioss_populate_pdl_config()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h2184 uint32_t (*rxEnabled)(void* pD); member