Home
last modified time | relevance | path

Searched refs:TFA9XXX_SetMute (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md55 Call `CODEC_SetMute()` to mute or unmute the TFA, which eventually calls `TFA9XXX_SetMute()`.
65TFA9XXX_SetMute()` at the end to unmute the TFA. This is fine for single TFA usage. If multiple TF…
Dfsl_tfa9xxx.h142 status_t TFA9XXX_SetMute(tfa9xxx_handle_t *handle, bool isMute);
Dfsl_tfa9xxx.c109 rc = TFA9XXX_SetMute(handle, false); in TFA9XXX_Init()
225 status_t TFA9XXX_SetMute(tfa9xxx_handle_t *handle, bool isMute) in TFA9XXX_SetMute() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.c117 …retVal = TFA9XXX_SetMute((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandl… in HAL_CODEC_TFA9XXX_SetMute()