Home
last modified time | relevance | path

Searched refs:moving (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/
Dmain.c102 bool moving = true; in ZTEST_F() local
108 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
109 zassert_false(moving, "Driver should not be in state is_moving after being disabled"); in ZTEST_F()
133 bool moving = true; in ZTEST_F() local
142 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
143 zassert_false(moving, "Driver should not be in state is_moving after being reenabled"); in ZTEST_F()
243 bool moving = false; in ZTEST_F() local
249 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
250 zassert_true(moving, "Driver should be in state is_moving while moving"); in ZTEST_F()
256 bool moving = false; in ZTEST_F() local
[all …]
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
DREADME.rst1 .. zephyr:code-sample:: cmsis-dsp-moving-average
2 :name: CMSIS-DSP moving average
4 Use the CMSIS-DSP library to calculate the moving average of a signal.
9 This sample demonstrates how to use the CMSIS-DSP library to calculate the moving average of a
15 A **moving average** filter is a common method used for smoothing noisy data. It can be implemented
17 N is the number of "taps" (i.e. the size of the moving average window).
19 The sample uses a very simple input signal of 32 samples, and computes the moving average using a
26 compute the moving average.
50 The sample will output the number of cycles it took to compute the moving averages, as well as the
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
Drom_start_offset.ld12 * is absolute, so assigning offset here results in moving location counter
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld9 * is moving backwards if the reserved room isn't large enough.
/Zephyr-latest/doc/develop/west/
Dindex.rst46 moving-to-west.rst
Dmanifest.rst60 One use for moving backward in project history is to "revert" a regression by
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst25 - Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/
Dindex.rst38 Shield configuration could be modified by moving resistors or changing jumper as
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst42 Shield configuration could be modified by moving resistors as
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst89 * Avoid moving and changing requirements in the same commit.
/Zephyr-latest/subsys/fs/
DKconfig.littlefs63 int "Number of erase cycles before moving data to another block"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst14 checkpoints to ensure that all targets have received all the data before moving on. Data transfer
62 Transfer Servers have received the full block before moving on to the next. The block size is
/Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/
Dindex.rst23 enabled by moving a 0-ohm resistor.
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/
Dindex.rst22 enabled by moving a 0-ohm resistor.
/Zephyr-latest/doc/build/dts/
Dphandles.rst193 specifier spaces before moving on to some information about devicetree
205 work in DTS files, before moving on to a concrete example and providing
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst25 collect the N+2 sector (where N is the current sector number) by moving the valid ATEs to the
298 is moving some blocks from one sector to another.
335 having the garbage collector moving blocks all the time.
/Zephyr-latest/doc/hardware/cache/
Dguide.rst32 moving data using DMA and the processor doesn't see the data you expect, cache
/Zephyr-latest/doc/safety/images/
DIEC-61508-basis.svg1moving machinery</div></div></div></foreignObject><text x="273" y="119" fill="rgb(0, 0, 0)" font-f…
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst59 - Then moving on to the second picture
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst238 started. See :ref:`custom_board_definition` for documentation on moving your
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst791 * :github:`18880` - boards: mec15xxevb\_assy6853: consider moving ARCH\_HAS\_CUSTOM\_BUSY\_WAIT to …
Drelease-notes-2.7.rst1607 * :github:`36524` - HSE clock doesn't initialize and blinky doesn't run on custom board when moving
Drelease-notes-3.3.rst766 * SAM0 Fixed spurious trailing data by moving stop condition from thread into ISR