Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c118 …if (SGTL_ConfigDataFormat(handle, config->format.mclk_HZ, config->format.sampleRate, config->forma… in SGTL_Init()
485 status_t SGTL_ConfigDataFormat(sgtl_handle_t *handle, uint32_t mclk, uint32_t sample_rate, uint32_t… in SGTL_ConfigDataFormat() function
Dfsl_sgtl5000.h993 status_t SGTL_ConfigDataFormat(sgtl_handle_t *handle, uint32_t mclk, uint32_t sample_rate, uint32_t…
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c101 …return SGTL_ConfigDataFormat((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHand… in HAL_CODEC_SGTL5000_SetFormat()