Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8524/
Dfsl_wm8524.h75 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config);
Dfsl_wm8524.c33 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config) in WM8524_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.c46 return WM8524_Init(devHandle, devConfig); in HAL_CODEC_WM8524_Init()