Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c285 if (CS42888_ReadReg(handle, CS42888_FUNCTIONAL_MODE, &val) != kStatus_Success) in CS42888_ConfigDataFormat()
353 if (CS42888_ReadReg(handle, CS42888_POWER_CONTROL, &val) != kStatus_Success) in CS42888_SetModule()
413 (void)CS42888_ReadReg(handle, reg, &val); in CS42888_GetAOUTVolume()
428 (void)CS42888_ReadReg(handle, reg, &val); in CS42888_GetAINVolume()
449 ret = CS42888_ReadReg(handle, CS42888_CHANNEL_MUTE, &val); in CS42888_SetChannelMute()
475 status_t CS42888_ReadReg(cs42888_handle_t *handle, uint8_t reg, uint8_t *val) in CS42888_ReadReg() function
486 if (CS42888_ReadReg(handle, reg, &reg_val) != kStatus_Success) in CS42888_ModifyReg()
Dfsl_cs42888.h358 status_t CS42888_ReadReg(cs42888_handle_t *handle, uint8_t reg, uint8_t *val);