Home
last modified time | relevance | path

Searched refs:cy_en_tdm_ws_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_tdm.h240 } cy_en_tdm_ws_t; typedef
323cy_en_tdm_ws_t wordSize; /**< TX word length. Channel size must be great…
347cy_en_tdm_ws_t wordSize; /**< RX word length. Channel size must be great…
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c250 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_tdm_ws_t *pdl_length, cons…
251 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_tdm_ws_t pdl_length);
1642 …pdl_config->tx_config->wordSize = (cy_en_tdm_ws_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_CTL_WOR… in _cyhal_audioss_reconstruct_pdl_config()
1663 …pdl_config->rx_config->wordSize = (cy_en_tdm_ws_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_RX_STRUCT_RX_CTL_WOR… in _cyhal_audioss_reconstruct_pdl_config()
1775 cy_en_tdm_ws_t pdl_word_length_rx, pdl_word_length_tx; in _cyhal_audioss_populate_pdl_config()
2062 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_tdm_ws_t pdl_length) in _cyhal_audioss_length_from_pdl()
2090 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_tdm_ws_t *pdl_length, cons… in _cyhal_audioss_length_to_pdl()