Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c124 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume()
137 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume()
147 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume()
159 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume()
184 …retVal = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), k… in HAL_CODEC_SGTL5000_SetMute()
191 … retVal = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetMute()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.h960 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute);
Dfsl_sgtl5000.c450 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute) in SGTL_SetMute() function