/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ |
D | main.c | 102 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/ |
D | README.rst | 1 .. 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/ |
D | fill_with_zeros.ld | 8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
|
D | rom_start_offset.ld | 12 * is absolute, so assigning offset here results in moving location counter
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 9 * is moving backwards if the reserved room isn't large enough.
|
/Zephyr-latest/doc/develop/west/ |
D | index.rst | 46 moving-to-west.rst
|
D | manifest.rst | 60 One use for moving backward in project history is to "revert" a regression by
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 25 - Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 38 Shield configuration could be modified by moving resistors or changing jumper as
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/ |
D | index.rst | 42 Shield configuration could be modified by moving resistors as
|
/Zephyr-latest/doc/safety/ |
D | safety_requirements.rst | 89 * Avoid moving and changing requirements in the same commit.
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 63 int "Number of erase cycles before moving data to another block"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 14 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/ |
D | index.rst | 23 enabled by moving a 0-ohm resistor.
|
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/ |
D | index.rst | 22 enabled by moving a 0-ohm resistor.
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 193 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/ |
D | zms.rst | 25 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/ |
D | guide.rst | 32 moving data using DMA and the processor doesn't see the data you expect, cache
|
/Zephyr-latest/doc/safety/images/ |
D | IEC-61508-basis.svg | 1 …moving 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/ |
D | index.rst | 59 - Then moving on to the second picture
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 238 started. See :ref:`custom_board_definition` for documentation on moving your
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 791 * :github:`18880` - boards: mec15xxevb\_assy6853: consider moving ARCH\_HAS\_CUSTOM\_BUSY\_WAIT to …
|
D | release-notes-2.7.rst | 1607 * :github:`36524` - HSE clock doesn't initialize and blinky doesn't run on custom board when moving…
|
D | release-notes-3.3.rst | 766 * SAM0 Fixed spurious trailing data by moving stop condition from thread into ISR
|