Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c72 errorStatus = CS42448_WriteReg(handle, CS42448_POWER_CONTROL, 0x7F); in CS42448_Init()
117 errorStatus = CS42448_WriteReg(handle, CS42448_POWER_CONTROL, 0x0); in CS42448_Init()
350 if (CS42448_ReadReg(handle, CS42448_POWER_CONTROL, &val) != kStatus_Success) in CS42448_SetModule()
364 ret = CS42448_WriteReg(handle, CS42448_POWER_CONTROL, val); in CS42448_SetModule()
Dfsl_cs42448.h36 #define CS42448_POWER_CONTROL 0x02U macro