Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/vib/pulse_vib/src/
Dmain.c84 static TPData tp_trg; variable
364 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in set_pulse_state()
369 else if (tp_trg.touch && tp_trg.x <= 128) in set_pulse_state()
517 if ((Trg & PAD_BUTTON_A) || (tp_trg.touch && tp_trg.x > 128)) in save_and_load_pulse_state()
530 else if (tp_trg.touch && tp_trg.x <= 128) in save_and_load_pulse_state()
770 tp_trg = tp_last; in read_tp()
774 tp_trg.touch = FALSE; in read_tp()