Lines Matching refs:pdl_length
672 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()
740 *pdl_length = CY_PDM_PCM_WSIZE_18_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
743 *pdl_length = CY_PDM_PCM_WSIZE_20_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
746 *pdl_length = CY_PDM_PCM_WSIZE_24_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()
749 *pdl_length = CY_PDM_PCM_WSIZE_32_BIT; in _cyhal_pdm_pcm_word_length_to_pdl()