Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c73 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_i2s_len_t *pdl_length, con…
74 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_i2s_len_t pdl_length);
250 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);
2010 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_i2s_len_t pdl_length) in _cyhal_audioss_length_from_pdl() argument
2012 switch(pdl_length) in _cyhal_audioss_length_from_pdl()
2032 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_i2s_len_t *pdl_length, con… in _cyhal_audioss_length_to_pdl() argument
2038 *pdl_length = CY_I2S_LEN8; in _cyhal_audioss_length_to_pdl()
2041 *pdl_length = CY_I2S_LEN16; in _cyhal_audioss_length_to_pdl()
2044 *pdl_length = CY_I2S_LEN18; in _cyhal_audioss_length_to_pdl()
[all …]
Dcyhal_pdmpcm.c672 static inline uint8_t _cyhal_pdm_pcm_word_length_from_pdl(cy_en_pdm_pcm_word_len_t pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl() argument
674 switch(pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl()
692 static inline uint8_t _cyhal_pdm_pcm_word_length_from_pdl(cy_en_pdm_pcm_word_size_t pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl() argument
694 switch(pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl()
720 …slt_t _cyhal_pdm_pcm_word_length_to_pdl(uint8_t word_length, cy_en_pdm_pcm_word_size_t *pdl_length) in _cyhal_pdm_pcm_word_length_to_pdl() argument
725 *pdl_length = CY_PDM_PCM_WSIZE_8_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
728 *pdl_length = CY_PDM_PCM_WSIZE_10_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
731 *pdl_length = CY_PDM_PCM_WSIZE_12_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
734 *pdl_length = CY_PDM_PCM_WSIZE_14_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
737 *pdl_length = CY_PDM_PCM_WSIZE_16_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
[all …]