Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/sample/
A Dlcd_touch_sample.c26 capt_t *capt = (capt_t*)dev->user_data; in lcd_touch_sample() local
52 gt911_ctp_read(&capt->gt911, &ctp_input); in lcd_touch_sample()
58 …lcd_load(capt->gt911.pos_y_max - ctp_input.pos[i].pos_y, capt->gt911.pos_y_max - ctp_input.pos[i].… in lcd_touch_sample()
59 …rt_kprintf("x:%d, y:%d\r\n", capt->gt911.pos_y_max - ctp_input.pos[i].pos_y , ctp_input.pos[i].pos… in lcd_touch_sample()
A Dtouch_sample.c27 capt_t *capt = (capt_t*)dev->user_data; in touch_sample() local
30 gt911_ctp_read(&capt->gt911, &ctp_input); in touch_sample()
37 …rt_kprintf("x:%d, y:%d\r\n", capt->gt911.pos_y_max - ctp_input.pos[i].pos_y, ctp_input.pos[i].pos_… in touch_sample()
47 MSH_CMD_EXPORT(touch_sample, the capt touch test);
/bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/applications/lvgl/
A Dlv_port_indev.c24 static capt_t *capt = RT_NULL; variable
28 gt911_ctp_read(&capt->gt911, &ctp_input); in input_read()
51 capt = (capt_t*)dev->user_data; in lv_port_indev_init()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_gt911.c171 capt_t *capt = (capt_t*)handle; in ctp_impl_xfer() local
173 if(xfer->tx_len) rt_i2c_master_send(capt->bus, CAPT_I2C_ADDR, 0, xfer->tx_data, xfer->tx_len); in ctp_impl_xfer()
174 if(xfer->rx_len) rt_i2c_master_recv(capt->bus, CAPT_I2C_ADDR, 0, xfer->rx_data, xfer->rx_len); in ctp_impl_xfer()

Completed in 8 milliseconds