Searched refs:regLeftValue (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 1365 regLeftValue = 1U; in WM8904_SetRecord() 1370 regLeftValue = 2U; in WM8904_SetRecord() 1375 regLeftValue = 0U; in WM8904_SetRecord() 1380 regLeftValue = ((uint16_t)1U << 12); in WM8904_SetRecord() 1393 error = WM8904_ModifyRegister(handle, regLeftAddr, regBitMask, regLeftValue); in WM8904_SetRecord() 1418 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask; in WM8904_SetRecordChannel() local 1482 …regLeftValue = (((uint16_t)leftNegativeChannel & 3U) << 4U) | (((uint16_t)leftPositiveChannel & 3… in WM8904_SetRecordChannel() 1486 ret = WM8904_ModifyRegister(handle, regLeftAddr, regBitMask, regLeftValue); in WM8904_SetRecordChannel()
|