Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h37 status_t HAL_CODEC_WM8960_Init(void *handle, void *config);
146 return HAL_CODEC_WM8960_Init(handle, config); in HAL_CODEC_Init()
Dfsl_codec_wm8960_adapter.c77 status_t HAL_CODEC_WM8960_Init(void *handle, void *config) in HAL_CODEC_WM8960_Init() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c50 retVal = HAL_CODEC_WM8960_Init(handle, config); in HAL_CODEC_Init()