Home
last modified time | relevance | path

Searched refs:masterMode (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_tdm.c132 if(!((bool)(config->masterMode))) in Cy_AudioTDM_TX_Init()
145 _VAL2FLD(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_CTL_MS, config->masterMode); in Cy_AudioTDM_TX_Init()
178 if(!((bool)(config->masterMode))) in Cy_AudioTDM_RX_Init()
192 _VAL2FLD(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_CTL_MS, config->masterMode); in Cy_AudioTDM_RX_Init()
Dcy_lin.c96 else if (pstcConfig->masterMode && in Cy_LIN_Init()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_tdm.h322 …cy_en_tdm_device_cfg_t masterMode; /**< Master mode/Slave mode configuration. \ref… member
346 …cy_en_tdm_device_cfg_t masterMode; /**< Master mode/Slave mode configuration. \ref… member
Dcy_lin.h387 …bool masterMode; /**< If TRUE, corresponding channel = master mode, If FALSE, s… member
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1641 …pdl_config->tx_config->masterMode = (cy_en_tdm_device_cfg_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_TX_STRUCT_… in _cyhal_audioss_reconstruct_pdl_config()
1662 …pdl_config->rx_config->masterMode = (cy_en_tdm_device_cfg_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_RX_STRUCT_… in _cyhal_audioss_reconstruct_pdl_config()
1785 …pdl_config->tx_config->masterMode = hal_cfg->is_tx_slave ? CY_TDM_DEVICE_SLAVE : CY_TDM_DEVICE_MAS… in _cyhal_audioss_populate_pdl_config()
1804 …pdl_config->rx_config->masterMode = hal_cfg->is_rx_slave ? CY_TDM_DEVICE_SLAVE : CY_TDM_DEVICE_MAS… in _cyhal_audioss_populate_pdl_config()