Home
last modified time | relevance | path

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

/hal_infineon-2.7.6/XMCLib/drivers/src/
Dxmc_ledts.c368 void XMC_LEDTS_SetOscillationWindow(XMC_LEDTS_t *const ledts, XMC_LEDTS_NUMBER_TS_INPUT_t touchpad,… in XMC_LEDTS_SetOscillationWindow() argument
371 uint8_t reg_index = ((uint8_t)touchpad) >> 2; in XMC_LEDTS_SetOscillationWindow()
372 uint8_t bit_shift_count = ((uint8_t)touchpad & 0x03) * 8; in XMC_LEDTS_SetOscillationWindow()
/hal_infineon-2.7.6/XMCLib/drivers/inc/
Dxmc_ledts.h1036 void XMC_LEDTS_SetOscillationWindow(XMC_LEDTS_t *const ledts, XMC_LEDTS_NUMBER_TS_INPUT_t touchpad,…