Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c1424 …sitiveChannel = 0U, leftNegativeChannel = 0U, rightPositiveChannel = 0U, rightNegativeChannel = 0U; in WM8904_SetRecordChannel() local
1471 rightNegativeChannel = 0U; in WM8904_SetRecordChannel()
1475 rightNegativeChannel = 1U; in WM8904_SetRecordChannel()
1479 rightNegativeChannel = 2U; in WM8904_SetRecordChannel()
1483 rightNegativeChannel = rightPositiveChannel; in WM8904_SetRecordChannel()
1487 …regRightValue = (((uint16_t)rightNegativeChannel & 3U) << 4U) | (((uint16_t)rightPositiveChannel &… in WM8904_SetRecordChannel()