Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_adapter.c77 return PCM512x_SetFormat(devHandle, mclk, sampleRate, bitWidth); in HAL_CODEC_SetFormat()
Dfsl_codec_pcm512x_adapter.c77 return PCM512x_SetFormat(devHandle, mclk, sampleRate, bitWidth); in HAL_CODEC_PCM512x_SetFormat()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/pcm512x/
Dfsl_pcm512x.h230 status_t PCM512x_SetFormat(pcm512x_handle_t *handle, uint32_t sysclk, uint32_t sample_rate, uint32_…
Dfsl_pcm512x.c235 status_t PCM512x_SetFormat(pcm512x_handle_t *handle, uint32_t mclk, uint32_t sampleRate, uint32_t b… in PCM512x_SetFormat() function