Searched refs:regRightValue (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/ |
| D | fsl_wm8904.c | 1359 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask = 0U; in WM8904_SetRecord() local 1366 regRightValue = 1U; in WM8904_SetRecord() 1371 regRightValue = 2U; in WM8904_SetRecord() 1376 regRightValue = 0U; in WM8904_SetRecord() 1398 error = WM8904_ModifyRegister(handle, regRightAddr, regBitMask, regRightValue); in WM8904_SetRecord() 1418 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask; in WM8904_SetRecordChannel() local 1483 …regRightValue = (((uint16_t)rightNegativeChannel & 3U) << 4U) | (((uint16_t)rightPositiveChannel &… in WM8904_SetRecordChannel() 1490 return WM8904_ModifyRegister(handle, regRightAddr, regBitMask, regRightValue); in WM8904_SetRecordChannel()
|