Searched refs:psRtTouch (Results 1 – 9 of 9) sorted by relevance
112 if (psTouchSW->psRtTouch != RT_NULL) in nu_adc_touch_smpl()113 rt_hw_touch_isr(psTouchSW->psRtTouch); in nu_adc_touch_smpl()141 rt_err_t nu_adc_touch_enable(rt_touch_t psRtTouch) in nu_adc_touch_enable() argument145 g_psTouchSW->psRtTouch = psRtTouch; in nu_adc_touch_enable()169 g_psTouchSW->psRtTouch = RT_NULL; in nu_adc_touch_disable()
34 rt_touch_t psRtTouch; member
31 rt_err_t nu_adc_touch_enable(rt_touch_t psRtTouch);
40 rt_touch_t psRtTouch; member150 if (psNuAdc->psRtTouch != RT_NULL) in AdcMenuStartCallback()180 rt_hw_touch_isr(psNuAdc->psRtTouch); in AdcMenuStartCallback()273 rt_err_t nu_adc_touch_enable(rt_touch_t psRtTouch) in nu_adc_touch_enable() argument287 psNuAdc->psRtTouch = psRtTouch; in nu_adc_touch_enable()
59 rt_err_t nu_adc_touch_enable(rt_touch_t psRtTouch);
40 rt_touch_t psRtTouch; member147 if (psNuAdc->psRtTouch != RT_NULL) in AdcMenuStartCallback()179 rt_hw_touch_isr(psNuAdc->psRtTouch); in AdcMenuStartCallback()272 rt_err_t nu_adc_touch_enable(rt_touch_t psRtTouch) in nu_adc_touch_enable() argument286 psNuAdc->psRtTouch = psRtTouch; in nu_adc_touch_enable()
Completed in 22 milliseconds