Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_touch_driver_generic_resistive.c466 GX_POINT *samples; in _gx_touch_driver_generic_resistive_raw_read() local
477 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()
/GUIX-v6.2.1/test/guix_studio_test/test_demo/demo_compile/
DCMakeLists.txt9 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../../samples/*.vcxproj")
/GUIX-v6.2.1/test/guix_studio_test/test_demo/
DCMakeLists.txt9 FILE(GLOB_RECURSE TEST_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../samples/*.gxp")
Dtest_main.py686 if (args.samples is False and
689 args.samples = True
693 …gxp_projects = search_gxps.project_search('../../../', args.samples, args.tutorials, args.internal…
/GUIX-v6.2.1/
DCONTRIBUTING.md41 * https://github.com/eclipse-threadx/samples
43 * https://github.com/eclipse-threadx/threadx-learn-samples
DREADME.md17 We also [samples](https://github.com/eclipse-threadx/samples) using hero development boards from se…
31 ├── samples # Sample codes
/GUIX-v6.2.1/samples/
Dsample_readme.md8 All of the samples were created using GUIX Studio, with customization added where needed to provide…
/GUIX-v6.2.1/test/guix_test/cmake/regression/
DCMakeLists.txt221 set(EXAMPLE_DIR ${ROOT_DIR}/samples)
/GUIX-v6.2.1/guix_studio/
Dstudiox.rc1159 …PUSHBUTTON "I do not want to download samples at this time.",IDB_EXIT_CLONE_DIALOG,7,86,340,1…