Searched refs:pdl_length (Results 1 – 2 of 2) sorted by relevance
73 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() argument2012 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() argument2038 *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 …]
668 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() argument670 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() argument690 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() argument721 *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 …]