Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8524/
Dfsl_wm8524.h91 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute);
Dfsl_wm8524.c77 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute) in WM8524_SetMute() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.c105WM8524_SetMute((wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMut… in HAL_CODEC_WM8524_SetMute()