Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_check.h88 #ifndef TOUCH_TSC_CTPLSEL
92 #if ((TOUCH_TSC_CTPLSEL < 0) || (TOUCH_TSC_CTPLSEL > 15))
A Dtsc_config.h480 #define TOUCH_TSC_CTPLSEL (1) macro
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_acq.c932 #if TOUCH_TSC_CTPLSEL > 0
933 TSC->CTRL |= (uint32_t)((uint32_t)TOUCH_TSC_CTPLSEL << 24) & 0x0F000000;

Completed in 8 milliseconds