Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-4.2.1/samples/sensor/stream_fifo/boards/
Dsensortile_box_pro.overlay28 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_15Hz>;
29 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_15Hz>;
30 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
Dnucleo_f401re.overlay30 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_60Hz>;
31 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_60Hz>;
32 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
Dnucleo_h503rb.overlay30 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_15Hz>;
31 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_15Hz>;
32 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
/Zephyr-4.2.1/drivers/sensor/st/lis2dux12/
Dlis2duxs12_api.c167 lis2duxs12_fifo_batch_t batch = { 0 }; in st_lis2duxs12_stream_config_fifo() local
175 batch.dec_ts = LIS2DUXS12_DEC_TS_OFF; in st_lis2duxs12_stream_config_fifo()
176 batch.bdr_xl = LIS2DUXS12_BDR_XL_ODR_OFF; in st_lis2duxs12_stream_config_fifo()
208 batch.dec_ts = config->ts_batch; in st_lis2duxs12_stream_config_fifo()
209 batch.bdr_xl = config->accel_batch; in st_lis2duxs12_stream_config_fifo()
228 lis2duxs12_fifo_batch_set(ctx, batch); in st_lis2duxs12_stream_config_fifo()
232 lis2dux12->accel_batch_odr = batch.bdr_xl; in st_lis2duxs12_stream_config_fifo()
233 lis2dux12->ts_batch_odr = batch.dec_ts; in st_lis2duxs12_stream_config_fifo()
Dlis2dux12_api.c167 lis2dux12_fifo_batch_t batch = { 0 }; in st_lis2dux12_stream_config_fifo() local
175 batch.dec_ts = LIS2DUX12_DEC_TS_OFF; in st_lis2dux12_stream_config_fifo()
176 batch.bdr_xl = LIS2DUX12_BDR_XL_ODR_OFF; in st_lis2dux12_stream_config_fifo()
208 batch.dec_ts = config->ts_batch; in st_lis2dux12_stream_config_fifo()
209 batch.bdr_xl = config->accel_batch; in st_lis2dux12_stream_config_fifo()
228 lis2dux12_fifo_batch_set(ctx, batch); in st_lis2dux12_stream_config_fifo()
232 lis2dux12->accel_batch_odr = batch.bdr_xl; in st_lis2dux12_stream_config_fifo()
233 lis2dux12->ts_batch_odr = batch.dec_ts; in st_lis2dux12_stream_config_fifo()
/Zephyr-4.2.1/doc/hardware/peripherals/
Dfuel_gauge.rst20 in a batch using :c:func:`fuel_gauge_get_props`. Buffer properties, e.g. device name, are fetched by
24 batch using :c:func:`fuel_gauge_set_props`.
/Zephyr-4.2.1/scripts/west_commands/runners/
Dlinkserver.py32 tui=False, tool_opt=None, batch=False): argument
52 self.is_batch = batch
109 batch=args.batch)
Djlink.py58 tui=False, tool_opt=None, dev_id_type=None, batch=False): argument
84 self.is_batch = batch
226 batch=args.batch)
/Zephyr-4.2.1/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py137 train_data = train_data.batch(batch_size).repeat()
138 valid_data = valid_data.batch(batch_size)
139 test_data = test_data.batch(batch_size)
/Zephyr-4.2.1/cmake/emu/
Dsimics.cmake34 --batch-mode
/Zephyr-4.2.1/scripts/kconfig/
Dlint.py179 for batch in split_list(syms, 200):
183 "|".join(sym.name for sym in batch) + r")\b"
/Zephyr-4.2.1/doc/develop/toolchains/
Diar_arm_toolchain.rst27 .. code-block:: batch
Darm_compiler_6.rst27 .. code-block:: batch
/Zephyr-4.2.1/samples/subsys/rtio/sensor_batch_processing/
DREADME.rst2 :name: Sensor batch processing
/Zephyr-4.2.1/doc/develop/manifest/external/
Ddtsh.rst18 - script-able (aka batch modes)
/Zephyr-4.2.1/doc/develop/test/
Dbsim.rst49 these tests in batch.
117 the tests in batch.
/Zephyr-4.2.1/boards/nxp/s32z2xxdc2/doc/
Dindex.rst244 ``debug`` command with GDB in batch mode:
248 west debug --tool-opt='--batch'
/Zephyr-4.2.1/modules/hal_nordic/ironside/se/scripts/periphconf/
Dbuilder.py774 while batch := tuple(islice(iterator, n)):
775 if strict and len(batch) != n:
777 yield batch
/Zephyr-4.2.1/doc/develop/west/
Dtroubleshooting.rst44 "'west' is not recognized as an internal or external command, operable program or batch file.'
/Zephyr-4.2.1/include/zephyr/arch/riscv/common/
Dlinker.ld231 * translation on it in a batch. It therefore validates
/Zephyr-4.2.1/soc/ite/ec/it51xxx/
Dlinker.ld247 * translation on it in a batch. It therefore validates
/Zephyr-4.2.1/soc/ite/ec/it8xxx2/
Dlinker.ld303 * transation on it in a batch. It therefore validates
/Zephyr-4.2.1/doc/services/rtio/
Dindex.rst205 RTIO is useful in cases where concurrent or batch like I/O flows are useful.
/Zephyr-4.2.1/scripts/ci/
Dcheck_compliance.py619 batch = dts_files[i : i + batch_size]
638 for file in batch:
/Zephyr-4.2.1/doc/develop/flash_debug/
Dhost-tools.rst498 west debug --tool-opt='--batch'

12