Home
last modified time | relevance | path

Searched refs:HAL_CODEC_PCM512x_SetFormat (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_pcm512x_adapter.h58 status_t HAL_CODEC_PCM512x_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bit…
173 return HAL_CODEC_PCM512x_SetFormat(handle, mclk, sampleRate, bitWidth); in HAL_CODEC_SetFormat()
Dfsl_codec_pcm512x_adapter.c71 status_t HAL_CODEC_PCM512x_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bit… in HAL_CODEC_PCM512x_SetFormat() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c317 retVal = HAL_CODEC_PCM512x_SetFormat(handle, mclk, sampleRate, bitWidth); in HAL_CODEC_SetFormat()