Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdadc/
Dfsl_sdadc.c41 static char sdadcChannelModeRecord = 'D'; /* Record the conversion mode used by the SDADC channel variable
126sdadcChannelModeRecord = 'S'; /* If there is a single-end mode conversion, mark it as 'S'. */ in SDADC_Init()
178 …if ('S' == sdadcChannelModeRecord) /* If only single end mode enabled, entry low noise mode to red… in SDADC_DoInitPowerUp()