Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch_xpt.c169 rt_uint8_t x_count = 0; in xpt2046_touch_readpoint() local
178 ++x_count; in xpt2046_touch_readpoint()
188 if (!x_count || !y_count) in xpt2046_touch_readpoint()
194 …result->x_coordinate = ((float)x_cum / x_count - dev->min_raw_x) / (dev->max_raw_x - dev->min_raw_… in xpt2046_touch_readpoint()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_ge2d.c2257 void ge2dFill_TileBlt(int srcx, int srcy, int destx, int desty, int width, int height, int x_count,… in ge2dFill_TileBlt() argument
2266 sysprintf("%dx%d grids\n", x_count, y_count); in ge2dFill_TileBlt()
2269 if (x_count > 0) x_count--; in ge2dFill_TileBlt()
2300 tile_ctl = (y_count << 8) | (x_count); in ge2dFill_TileBlt()

Completed in 13 milliseconds