Home
last modified time | relevance | path

Searched refs:PCM186x_SetFormat (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/pcm186x/
Dfsl_pcm186x.h160 status_t PCM186x_SetFormat(pcm186x_handle_t *handle, uint32_t sysclk, uint32_t sample_rate, uint32_…
Dfsl_pcm186x.c148 status_t PCM186x_SetFormat(pcm186x_handle_t *handle, uint32_t mclk, uint32_t sampleRate, uint32_t b… in PCM186x_SetFormat() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_adapter.c77 return PCM186x_SetFormat(devHandle, mclk, sampleRate, bitWidth); in HAL_CODEC_SetFormat()
Dfsl_codec_pcm186x_adapter.c77 return PCM186x_SetFormat(devHandle, mclk, sampleRate, bitWidth); in HAL_CODEC_PCM186x_SetFormat()