Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c38 lv_point_t *point = &data->common_data.pending_event.point; in lvgl_pointer_process_event() local
91 point->x = tmp_point.x; in lvgl_pointer_process_event()
92 point->y = tmp_point.y; in lvgl_pointer_process_event()
95 point->x = tmp_point.y; in lvgl_pointer_process_event()
96 point->y = cap->y_resolution - tmp_point.x; in lvgl_pointer_process_event()
99 point->x = cap->x_resolution - tmp_point.x; in lvgl_pointer_process_event()
100 point->y = cap->y_resolution - tmp_point.y; in lvgl_pointer_process_event()
103 point->x = cap->x_resolution - tmp_point.y; in lvgl_pointer_process_event()
104 point->y = tmp_point.x; in lvgl_pointer_process_event()
112 if (point->x <= 0) { in lvgl_pointer_process_event()
[all …]
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst6 The kernel allows threads to use floating point registers on board
10 Floating point services are currently available only for boards
16 The kernel does not support the use of floating point registers by ISRs.
25 The kernel can be configured to provide only the floating point services
33 This mode is used when the application has no threads that use floating point
34 registers. It is the kernel's default floating point services mode.
36 If a thread uses any floating point register,
43 that uses floating point registers.
45 On x86 platforms, the kernel initializes the floating point registers so they can
47 ARCv2 platforms). The floating point registers are left unchanged whenever a
[all …]
/Zephyr-latest/arch/arm/core/
DKconfig.vfp34 This option signifies the use of a VFP floating-point coprocessor
45 This option signifies the use of a VFP floating-point coprocessor
57 This option signifies the use of a VFP floating-point coprocessor
68 This option signifies the use of a VFP floating-point coprocessor
80 This option signifies the use of a VFP floating-point coprocessor
93 This option signifies the use of a VFP floating-point coprocessor
107 This option signifies the use of a VFP floating-point coprocessor
109 fused multiply-accumulate) and floating-point exception trapping with 16
121 This option signifies the use of a VFP floating-point coprocessor
135 This option signifies the use of a VFP floating-point coprocessor
[all …]
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dcyw920829m2evk_02.overlay6 mount-point = "/lfs1";
Dstm32f746g_disco.overlay18 mount-point = "/lfs1";
Dstm32h750b_dk.overlay18 mount-point = "/lfs1";
Dstm32h747i_disco_stm32h747xx_m7.overlay19 mount-point = "/lfs1";
Db_u585i_iot02a.overlay18 mount-point = "/lfs1";
Dstm32l562e_dk.overlay18 mount-point = "/lfs1";
Dbmd_345_eval.overlay14 mount-point = "/lfs1";
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/
Dmsp_exp432p401r_launchxl_defconfig6 # Floating point options
/Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/
Dcyw920829m2evk_02.overlay6 mount-point = "/lfs1";
Dmr_canhubk3.overlay14 mount-point = "/lfs1";
/Zephyr-latest/doc/develop/toolchains/
Darm_compiler.rst16 variable to point to your license file or server.
35 you must set the :envvar:`ARM_PRODUCT_DEF` to point to the product definition file:
39 to point to ``/opt/armds-2020-1/gold.elmap``.
/Zephyr-latest/boards/native/nrf_bsim/common/
DREADME.txt3 As at this point there is only one bsim board
/Zephyr-latest/arch/riscv/
DKconfig.isa50 floating-point, which is named "F" and adds single-precision
51 floating-point computational instructions compliant with the IEEE
60 Standard double-precision floating-point instruction-set extension,
61 which is named "D" and adds double-precision floating-point
84 Standard extension for 128-bit binary floating-point instructions
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dautomount.overlay13 mount-point = "/lfs1";
/Zephyr-latest/lib/libc/picolibc/
DKconfig40 bool "full support for integer/floating point values in printf/scanf"
42 Include full floating point and integer support in printf/scanf
50 point in printf/scanf.
56 Include full integer other than long long, but no floating point
63 Include limited integer and no floating point support in
128 modifiers. C99 support is always included in the floating-point
138 floating-point variant.
/Zephyr-latest/drivers/mfd/
DKconfig.tle91048 # using select SPI at this point introduces a cyclic dependency
DKconfig.bd8lb600fs8 # using select SPI at this point introduces a cyclic dependency
/Zephyr-latest/doc/services/file_system/
Dindex.rst8 mount point data structure contains all the necessary information required
26 the mount point as the disk volume name, which is used by the file system library
42 - ``FATFS_MNTP`` is the mount point where the file system will be mounted.
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DREADME.txt7 1) load and store floating point registers and check for corruption
10 This tests the ability of tasks to safely share floating point hardware
16 point support.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/
DKconfig3 # Only used as single point for log level configuration.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/
DKconfig3 # Only used as single point for log level configuration.
/Zephyr-latest/tests/lib/gui/lvgl/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay28 mount-point = "/lfs1";

12345678910>>...14