Searched refs:regLeftValue (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/ |
D | fsl_wm8904.c | 1363 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask = 0U; in WM8904_SetRecord() local 1369 regLeftValue = 1U; in WM8904_SetRecord() 1374 regLeftValue = 2U; in WM8904_SetRecord() 1379 regLeftValue = 0U; in WM8904_SetRecord() 1384 regLeftValue = ((uint16_t)1U << 12); in WM8904_SetRecord() 1397 error = WM8904_ModifyRegister(handle, regLeftAddr, regBitMask, regLeftValue); in WM8904_SetRecord() 1422 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask; in WM8904_SetRecordChannel() local 1486 …regLeftValue = (((uint16_t)leftNegativeChannel & 3U) << 4U) | (((uint16_t)leftPositiveChannel & 3… in WM8904_SetRecordChannel() 1490 ret = WM8904_ModifyRegister(handle, regLeftAddr, regBitMask, regLeftValue); in WM8904_SetRecordChannel()
|