Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_tdm.c126 _VAL2FLD(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_IF_CTL_FSYNC_POLARITY, config->fsyncPolarity) | in Cy_AudioTDM_TX_Init()
171 _VAL2FLD(TDM_TDM_STRUCT_TDM_RX_STRUCT_RX_IF_CTL_FSYNC_POLARITY, config->fsyncPolarity) | in Cy_AudioTDM_RX_Init()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_tdm.h328 …cy_en_tdm_fsyncpolarity_t fsyncPolarity; /**< Synchronization polarity:0:as is 1:inverte… member
353 …cy_en_tdm_fsyncpolarity_t fsyncPolarity; /**< Channel synchronization polarity:'false':u… member
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1650 …pdl_config->tx_config->fsyncPolarity = (cy_en_tdm_fsyncpolarity_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_TX_S… in _cyhal_audioss_reconstruct_pdl_config()
1671 …pdl_config->rx_config->fsyncPolarity = (cy_en_tdm_fsyncpolarity_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_RX_S… in _cyhal_audioss_reconstruct_pdl_config()
1793 pdl_config->tx_config->fsyncPolarity = hal_cfg->is_i2s ? CY_TDM_SIGN_INVERTED : CY_TDM_SIGN; in _cyhal_audioss_populate_pdl_config()
1812 pdl_config->rx_config->fsyncPolarity = hal_cfg->is_i2s ? CY_TDM_SIGN_INVERTED : CY_TDM_SIGN; in _cyhal_audioss_populate_pdl_config()