Home
last modified time | relevance | path

Searched refs:leftNegativeChannel (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
1441 leftNegativeChannel = 0U; in WM8904_SetRecordChannel()
1445 leftNegativeChannel = 1U; in WM8904_SetRecordChannel()
1449 leftNegativeChannel = 2U; in WM8904_SetRecordChannel()
1453 leftNegativeChannel = leftPositiveChannel; in WM8904_SetRecordChannel()
1486 …regLeftValue = (((uint16_t)leftNegativeChannel & 3U) << 4U) | (((uint16_t)leftPositiveChannel & 3… in WM8904_SetRecordChannel()