Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c75 errorStatus = CS42888_WriteReg(handle, CS42888_POWER_CONTROL, 0x7F); in CS42888_Init()
120 errorStatus = CS42888_WriteReg(handle, CS42888_POWER_CONTROL, 0x0); in CS42888_Init()
353 if (CS42888_ReadReg(handle, CS42888_POWER_CONTROL, &val) != kStatus_Success) in CS42888_SetModule()
367 ret = CS42888_WriteReg(handle, CS42888_POWER_CONTROL, val); in CS42888_SetModule()
Dfsl_cs42888.h36 #define CS42888_POWER_CONTROL 0x02U macro