Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/boardkit/lpcxpresso55s69/
Dboard.c26 .op.Init = WM8904_Init,
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h332 status_t WM8904_Init(wm8904_handle_t *handle, wm8904_config_t *wm8904Config);
Dfsl_wm8904.c200 status_t WM8904_Init(wm8904_handle_t *handle, wm8904_config_t *wm8904Config) in WM8904_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c99 return WM8904_Init(devHandle, devConfig); in HAL_CODEC_WM8904_Init()