Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c1424 …uint8_t leftPositiveChannel = 0U, leftNegativeChannel = 0U, rightPositiveChannel = 0U, rightNegati… in WM8904_SetRecordChannel() local
1458 rightPositiveChannel = 0U; in WM8904_SetRecordChannel()
1462 rightPositiveChannel = 1U; in WM8904_SetRecordChannel()
1466 rightPositiveChannel = 2U; in WM8904_SetRecordChannel()
1483 rightNegativeChannel = rightPositiveChannel; in WM8904_SetRecordChannel()
1487 …lue = (((uint16_t)rightNegativeChannel & 3U) << 4U) | (((uint16_t)rightPositiveChannel & 3U) << 2U… in WM8904_SetRecordChannel()