Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md55 Call `CODEC_SetMute()` to mute or unmute the TFA, which eventually calls `TFA9XXX_SetMute()`.
60 rc = CODEC_SetMute(&codecHandle, kCODEC_PlayChannelLeft0 | kCODEC_PlayChannelRight0, mute);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.h360 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute);
Dfsl_codec_common.c136 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute) in CODEC_SetMute() function