Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_cst816s.c74 #define CST816S_EVENT_BITS_POS (0x06) macro
144 event = (x & 0xff) >> CST816S_EVENT_BITS_POS; in cst816s_process()