Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.c120 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetVolume()
135CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_CS42448_SetVolume()
170 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetMute()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.h319 status_t CS42448_SetChannelMute(cs42448_handle_t *handle, uint8_t channel, bool isMute);
Dfsl_cs42448.c438 status_t CS42448_SetChannelMute(cs42448_handle_t *handle, uint8_t channel, bool isMute) in CS42448_SetChannelMute() function