Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h519 status_t WM8904_SetDACVolume(wm8904_handle_t *handle, uint8_t volume);
Dfsl_wm8904.c1281 status_t WM8904_SetDACVolume(wm8904_handle_t *handle, uint8_t volume) in WM8904_SetDACVolume() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c158 …ret = WM8904_SetDACVolume((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->code… in HAL_CODEC_WM8904_SetVolume()