Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h569 status_t WM8904_SetPlay(wm8904_handle_t *handle, uint32_t playSource);
Dfsl_wm8904.c436 result = WM8904_SetPlay(handle, config->playSource); in WM8904_Init()
1508 status_t WM8904_SetPlay(wm8904_handle_t *handle, uint32_t playSource) in WM8904_SetPlay() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c287 …return WM8904_SetPlay((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)),… in HAL_CODEC_WM8904_SetPlay()