Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/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.c668 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
670 switch(pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl()
688 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
690 switch(pdl_length) in _cyhal_pdm_pcm_word_length_from_pdl()
716 …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
721 *pdl_length = CY_PDM_PCM_WSIZE_8_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
724 *pdl_length = CY_PDM_PCM_WSIZE_10_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
727 *pdl_length = CY_PDM_PCM_WSIZE_12_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
730 *pdl_length = CY_PDM_PCM_WSIZE_14_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
733 *pdl_length = CY_PDM_PCM_WSIZE_16_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
[all …]