Searched refs:samples (Results 1 – 9 of 9) sorted by relevance
466 GX_POINT *samples; in _gx_touch_driver_generic_resistive_raw_read() local477 samples = touch -> gx_resistive_touch_sample_ram; in _gx_touch_driver_generic_resistive_raw_read()495 samples[loop].gx_point_x = (GX_VALUE) read_function(GX_TOUCH_X_AXIS); in _gx_touch_driver_generic_resistive_raw_read()496 samples[loop].gx_point_y = (GX_VALUE) read_function(GX_TOUCH_Y_AXIS); in _gx_touch_driver_generic_resistive_raw_read()500 delta_x = GX_ABS(samples[loop].gx_point_x - samples[loop - 1].gx_point_x); in _gx_touch_driver_generic_resistive_raw_read()506 delta_y = GX_ABS(samples[loop].gx_point_y - samples[loop - 1].gx_point_y); in _gx_touch_driver_generic_resistive_raw_read()530 delta_x += samples[loop].gx_point_x; in _gx_touch_driver_generic_resistive_raw_read()531 delta_y += samples[loop].gx_point_y; in _gx_touch_driver_generic_resistive_raw_read()
9 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../../samples/*.vcxproj")
9 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../samples/*.gxp")
686 if (args.samples is False and689 args.samples = True693 …gxp_projects = search_gxps.project_search('../../../', args.samples, args.tutorials, args.internal…
41 * https://github.com/eclipse-threadx/samples43 * https://github.com/eclipse-threadx/threadx-learn-samples
17 We also [samples](https://github.com/eclipse-threadx/samples) using hero development boards from se…31 ├── samples # Sample codes
8 All of the samples were created using GUIX Studio, with customization added where needed to provide…
221 set(EXAMPLE_DIR ${ROOT_DIR}/samples)
1159 …PUSHBUTTON "I do not want to download samples at this time.",IDB_EXIT_CLONE_DIALOG,7,86,340,1…