Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.c301 error = TFA9896_SetMute(handle, Mute_Digital); in TFA9896_Init()
369 error = TFA9896_SetMute(handle, Mute_Off); in TFA9896_Init()
Dfsl_tfa9896.h532 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute);
610 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute);
Dfsl_hal_registers.c1671 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute) in TFA9896_SetMute() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.c172TFA9896_SetMute((tfa9896_handle_t *)((uint32_t) & (((codec_handle_t *)handle)->codecDevHandle)), M… in HAL_CODEC_TFA9896_SetMute()