Home
last modified time | relevance | path

Searched refs:muteLeft (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h457 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight);
Dfsl_wm8904.c1132 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight) in WM8904_SetMute() argument
1135 uint16_t left = (uint16_t)(muteLeft ? 0x0100U : 0x0000U); in WM8904_SetMute()