Home
last modified time | relevance | path

Searched refs:points (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DKconfig5 int "Number of points per series"
9 Maximum number of points per series in the accelerometer chart.
10 Warning: More points means more memory usage, and slower rendering!
DREADME.rst36 The maximum number of points to display for each series and the sampling rate of the
40 The default sampling rate is 50 Hz, and the default maximum number of points per series is 50.
/Zephyr-latest/drivers/input/
Dinput_ft5336.c89 uint8_t points; in ft5336_process() local
95 r = i2c_reg_read_byte_dt(&config->bus, REG_TD_STATUS, &points); in ft5336_process()
100 points = FIELD_GET(TOUCH_POINTS_MSK, points); in ft5336_process()
101 if (points != 0) { in ft5336_process()
122 points, touch_id, row, col); in ft5336_process()
Dinput_gt911.c113 uint8_t points; in gt911_process() local
135 points = status & TOUCH_POINTS_MSK; in gt911_process()
146 for (i = 0; i < points; i++) { in gt911_process()
157 for (i = 0; i < points; i++) { in gt911_process()
173 for (j = 0; j < points; j++) { in gt911_process()
179 if (j == points) { in gt911_process()
193 prev_points = points; in gt911_process()
DKconfig.gt91134 Maximum number of touch points to be handled.
/Zephyr-latest/snippets/cdc-acm-console/
DREADME.rst27 A devicetree node with node label ``zephyr_udc0`` that points to an enabled USB
/Zephyr-latest/subsys/fs/
DKconfig.fatfs217 When this value is set to 512, all mount points will use
272 The mount points have to be numbered in this case.
281 int "Count of custom mount points"
286 It specifies how many custom mount points are defined in the custom mount
292 This option allows to specify custom mount points where fatfs filesystems
296 It is also necessary to define the count of mount points specified in the
298 If this option is active no mount points not defined within the list can
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl26 -doc="Library entry points not necessarily have to be referenced."
29 -doc="Library entry points not necessarily have to be referenced in more than one translation units…
/Zephyr-latest/boards/renesas/ek_ra8d1/doc/
Dindex.rst8 of over 3000 Coremark points at 480 MHz and superior graphics capabilities that enable high-resolut…
17 - MCU current measurement points for precision current consumption measurement
28 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.drawio52 <Array as="points">
65 <Array as="points">
75 <Array as="points">
105 <Array as="points">
160 <Array as="points">
170 <Array as="points">
181 <Array as="points">
Dintegration_diagram_simplified.drawio46 <Array as="points">
62 <Array as="points">
76 <Array as="points">
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt9 - PSP points to the main stack
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dboard.cmake9 # Note that the Pro Micro RP2040 SWD pins are test points on the underside
/Zephyr-latest/boards/renesas/ek_ra4e2/doc/
Dindex.rst22 - MCU current measurement points for precision current consumption measurement
33 - External power supply (using surface mount clamp test points and J31 through holes)
/Zephyr-latest/boards/renesas/ek_ra4m3/doc/
Dindex.rst25 - MCU and USB current measurement points for precision current consumption measurement
36 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/boards/renesas/ek_ra4m2/doc/
Dindex.rst23 - MCU current measurement points for precision current consumption measurement
34 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/boards/renesas/ek_ra6e2/doc/
Dindex.rst19 - MCU current measurement points for precision current consumption measurement
30 - External power supply (using surface mount clamp test points and J31 through holes)
/Zephyr-latest/boards/renesas/ek_ra6m5/doc/
Dindex.rst17 - MCU current measurement points for precision current consumption measurement
28 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/boards/renesas/ek_ra6m3/doc/
Dindex.rst17 - MCU and USB current measurement points for precision current consumption measurement
28 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/boards/renesas/ek_ra6m4/doc/
Dindex.rst21 - MCU current measurement points for precision current consumption measurement
32 - External power supply (using surface mount clamp test points and power input vias)
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DCMakeLists.txt44 # points to the test identifiers.
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst42 which points to the DDR memory. The ocm0 memory area is currently available
67 below points, betweem the options, to the kv260 target:
/Zephyr-latest/doc/services/file_system/
Dindex.rst7 file systems at different mount points (e.g., ``/fatfs`` and ``/lfs``). The
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store20 It needs a `secure_storage_its_partition` devicetree chosen property that points
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/
Dindex.rst17 - MCU current measurement points for precision current consumption measurement
28 - External power supply (using surface mount clamp test points and power input vias)

12345