wm8994 + 0/2 examples
CodeScope will show references to AUDIO_MUTE_ON from the following samples and libraries:
Drivers
Peripherals
Examples
STM324x9I_EVAL
Applications
USB_Device
 
Symbols
loading...
Files
loading...

AUDIO_MUTE_ON macro

Syntax

#define AUDIO_MUTE_ON 1U

Examples

AUDIO_MUTE_ON is referenced by 2 libraries and example projects.

References

LocationText
wm8994.h:392
#define AUDIO_MUTE_ON 1U
wm8994.c:751
counter += wm8994_SetMute(DeviceAddr, AUDIO_MUTE_ON);
wm8994.c:797
counter += wm8994_SetMute(DeviceAddr, AUDIO_MUTE_ON);
wm8994.c:868
counter += wm8994_SetMute(DeviceAddr, AUDIO_MUTE_ON);
wm8994.c:926
if(Cmd == AUDIO_MUTE_ON)