Searched refs:CS42448_ReadReg (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42448/ |
| D | fsl_cs42448.c | 282 if (CS42448_ReadReg(handle, CS42448_FUNCTIONAL_MODE, &val) != kStatus_Success) in CS42448_ConfigDataFormat() 350 if (CS42448_ReadReg(handle, CS42448_POWER_CONTROL, &val) != kStatus_Success) in CS42448_SetModule() 410 (void)CS42448_ReadReg(handle, reg, &val); in CS42448_GetAOUTVolume() 425 (void)CS42448_ReadReg(handle, reg, &val); in CS42448_GetAINVolume() 446 ret = CS42448_ReadReg(handle, CS42448_CHANNEL_MUTE, &val); in CS42448_SetChannelMute() 472 status_t CS42448_ReadReg(cs42448_handle_t *handle, uint8_t reg, uint8_t *val) in CS42448_ReadReg() function 483 if (CS42448_ReadReg(handle, reg, ®_val) != kStatus_Success) in CS42448_ModifyReg()
|
| D | fsl_cs42448.h | 359 status_t CS42448_ReadReg(cs42448_handle_t *handle, uint8_t reg, uint8_t *val);
|