Home
last modified time | relevance | path

Searched refs:CS42448_CHANNEL_MUTE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c111 errorStatus = CS42448_WriteReg(handle, CS42448_CHANNEL_MUTE, 0xFF); in CS42448_Init()
138 return CS42448_WriteReg(handle, CS42448_CHANNEL_MUTE, 0x0); in CS42448_Init()
434 ret = CS42448_WriteReg(handle, CS42448_CHANNEL_MUTE, channelMask); in CS42448_SetMute()
446 ret = CS42448_ReadReg(handle, CS42448_CHANNEL_MUTE, &val); in CS42448_SetChannelMute()
461 return CS42448_WriteReg(handle, CS42448_CHANNEL_MUTE, val); in CS42448_SetChannelMute()
Dfsl_cs42448.h41 #define CS42448_CHANNEL_MUTE 0x07U macro