Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h39 status_t HAL_CODEC_AK4497_Init(void *handle, void *config);
148 return HAL_CODEC_AK4497_Init(handle, config); in HAL_CODEC_Init()
Dfsl_codec_ak4497_adapter.c36 status_t HAL_CODEC_AK4497_Init(void *handle, void *config) in HAL_CODEC_AK4497_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c93 retVal = HAL_CODEC_AK4497_Init(handle, config); in HAL_CODEC_Init()