Searched refs:touchpad (Results 1 – 2 of 2) sorted by relevance
368 void XMC_LEDTS_SetOscillationWindow(XMC_LEDTS_t *const ledts, XMC_LEDTS_NUMBER_TS_INPUT_t touchpad,… in XMC_LEDTS_SetOscillationWindow() argument371 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()
1036 void XMC_LEDTS_SetOscillationWindow(XMC_LEDTS_t *const ledts, XMC_LEDTS_NUMBER_TS_INPUT_t touchpad,…