Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c114 errorStatus = CS42888_WriteReg(handle, CS42888_CHANNEL_MUTE, 0xFF); in CS42888_Init()
141 return CS42888_WriteReg(handle, CS42888_CHANNEL_MUTE, 0x0); in CS42888_Init()
437 ret = CS42888_WriteReg(handle, CS42888_CHANNEL_MUTE, channelMask); in CS42888_SetMute()
449 ret = CS42888_ReadReg(handle, CS42888_CHANNEL_MUTE, &val); in CS42888_SetChannelMute()
464 return CS42888_WriteReg(handle, CS42888_CHANNEL_MUTE, val); in CS42888_SetChannelMute()
Dfsl_cs42888.h41 #define CS42888_CHANNEL_MUTE 0x07U macro