/Zephyr-Core-3.6.0/samples/basic/fade_led/src/ |
D | main.c | 25 uint32_t step = pwm_led0.period / NUM_STEPS; in main() local 45 pulse_width += step; in main() 47 pulse_width = pwm_led0.period - step; in main() 51 if (pulse_width >= step) { in main() 52 pulse_width -= step; in main() 54 pulse_width = step; in main()
|
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 446 …"10/10 [==============================] - 1s 47ms/step - loss: 0.7289 - mae: 0.7120 - val_loss: 0.… 448 …"10/10 [==============================] - 0s 6ms/step - loss: 0.6329 - mae: 0.6488 - val_loss: 0.5… 450 …"10/10 [==============================] - 0s 6ms/step - loss: 0.5201 - mae: 0.5735 - val_loss: 0.5… 452 …"10/10 [==============================] - 0s 6ms/step - loss: 0.5057 - mae: 0.5760 - val_loss: 0.4… 454 …"10/10 [==============================] - 0s 5ms/step - loss: 0.4502 - mae: 0.5459 - val_loss: 0.4… 456 …"10/10 [==============================] - 0s 6ms/step - loss: 0.4168 - mae: 0.5332 - val_loss: 0.4… 458 …"10/10 [==============================] - 0s 6ms/step - loss: 0.4211 - mae: 0.5341 - val_loss: 0.4… 460 …"10/10 [==============================] - 0s 6ms/step - loss: 0.3988 - mae: 0.5287 - val_loss: 0.4… 462 …"10/10 [==============================] - 0s 5ms/step - loss: 0.3901 - mae: 0.5230 - val_loss: 0.4… 464 …"10/10 [==============================] - 0s 5ms/step - loss: 0.3804 - mae: 0.5179 - val_loss: 0.3… [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/arch/xtensa/ |
D | cache.h | 31 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_range() local 32 size_t first = ROUND_DOWN(addr, step); in arch_dcache_flush_range() 33 size_t last = ROUND_UP(((long)addr) + bytes, step); in arch_dcache_flush_range() 36 for (line = first; bytes && line < last; line += step) { in arch_dcache_flush_range() 47 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_and_invd_range() local 48 size_t first = ROUND_DOWN(addr, step); in arch_dcache_flush_and_invd_range() 49 size_t last = ROUND_UP(((long)addr) + bytes, step); in arch_dcache_flush_and_invd_range() 52 for (line = first; bytes && line < last; line += step) { in arch_dcache_flush_and_invd_range() 63 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_invd_range() local 64 size_t first = ROUND_DOWN(addr, step); in arch_dcache_invd_range() [all …]
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 33 # Step 1 40 # Step 2 47 # Step 3 55 # Step 1 62 # Step 2 69 # Step 3
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/friendship/ |
D | msg_va_collision.sh | 12 # 2. Step 1: 14 # 3. Step 2: 15 # 3.1. LPN unsubscribes from one of the virtual addresses. At this step no Friend Subscription 19 # 4. Step 3:
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 60 `SAR Segment Interval Step`_ state). Other configurable time intervals and delays available for the 63 …ast retransmissions (see the states `SAR Unicast Retransmissions Interval Step`_ and `SAR Unicast … 64 * Interval between multicast retransmissions (see the `SAR Multicast Retransmissions Interval Step`… 65 * Segment reception interval (see the `SAR Receiver Segment Interval Step`_ state). 75 …unicast~retransmissions~interval~step + unicast~retransmissions~interval~increment \times (TTL - 1) 79 retransmissions interval step. 124 * SAR Segment Interval Step 127 * SAR Unicast Retransmissions Interval Step 130 * SAR Multicast Retransmissions Interval Step 140 * SAR Receiver Segment Interval Step [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | linear_range.h | 27 * - Step value 43 * - Step value: 250uV 47 * A linear range may also be constant, that is, step set to zero. 64 /** Step value. */ 65 uint32_t step; member 76 * @param _step Step value. 83 .step = (_step), \ 129 return r->min + (int32_t)(r->step * (r->max_idx - r->min_idx)); in linear_range_get_max_value() 149 *val = r->min + (int32_t)(r->step * (idx - r->min_idx)); in linear_range_get_value() 206 if (r->step == 0U) { in linear_range_get_index() [all …]
|
/Zephyr-Core-3.6.0/samples/subsys/mgmt/hawkbit/ |
D | README.rst | 47 Step 1: Build MCUboot 53 Step 2: Flash MCUboot 63 Step 3: Start the Hawkbit Docker 78 Step 4: Build Hawkbit 91 Step 5: Sign and confirm the first image 108 Step 6: Flash the first image 111 Upload the :file:`zephyr.signed.confirmed.bin` file from Step 5 to image slot-0 123 Step 7: Building and signing the test image 126 The easiest way to test the functionality of Hawkbit is to repeat step 4 to 128 to step 5, sign the image and assign it a different version number but without [all …]
|
/Zephyr-Core-3.6.0/samples/subsys/mgmt/updatehub/ |
D | README.rst | 68 Step 1: Build/Flash MCUboot 82 Step 2: Start the UpdateHub Server 85 Step 2.1: UpdateHub-CE (Community Edition) 100 Step 2.2: UpdateHub Cloud 137 Step 3: Configure UpdateHub Sample 158 Step 4: Build UpdateHub App 169 Step 4.1: Build for Ethernet 182 Step 4.2: Build for WiFi 202 Step 4.3: Build for Modem 218 Step 4.4: Build for IEEE 802.15.4 [experimental] [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | sar_cfg.h | 24 /** SAR Segment Interval Step state */ 33 /* SAR Unicast Retransmissions Interval Step state */ 57 /** SAR Receiver Segment Interval Step state */
|
/Zephyr-Core-3.6.0/samples/basic/servo_motor/src/ |
D | main.c | 20 #define STEP PWM_USEC(100) macro 52 pulse_width -= STEP; in main() 55 pulse_width += STEP; in main()
|
/Zephyr-Core-3.6.0/doc/build/dts/ |
D | intro.rst | 9 step-by-step guides and examples, see :ref:`dt-howtos`.
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_cli_all_targets_lost_on_apply.sh | 7 # Test if callback `lost_target` is called on every target failing on Apply step and `ended` 8 # callback is called when all targets are lost at this step.
|
D | dfu_cli_all_targets_lost_on_verify.sh | 7 # Test if callback `lost_target` is called on every target failing on Verify step and `ended` 8 # callback is called when all targets are lost at this step.
|
D | dfu_mixed_fail.sh | 7 # Test that confirm step fails with all variants of firmware effect
|
/Zephyr-Core-3.6.0/tests/drivers/adc/adc_emul/src/ |
D | main.c | 75 * @param step Common difference in arithmetic sequence which describes how 84 static void check_samples(int expected_count, int32_t start_mv_value, int step, in check_samples() argument 92 expected = start_mv_value + i / num_channels * step; in check_samples() 220 check_samples(samples, input_mv, 0 /* step */, 1 /* channels */, in ZTEST_USER() 259 check_samples(samples * 2, input1_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() 262 check_samples(samples * 2, input2_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() 399 check_samples(samples * 2, input2_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() 439 check_samples(samples * 2, input_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() 442 check_samples(samples * 2, input_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() 458 check_samples(samples * 2, input_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER() [all …]
|
/Zephyr-Core-3.6.0/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_pin_interrupt.c | 229 TC_PRINT("Step 1: Configure pin as active high\n"); in ZTEST() 231 TC_PRINT("Step 2: Configure pin as active low\n"); in ZTEST() 238 TC_PRINT("Step 1: Configure pin as active high\n"); in ZTEST() 240 TC_PRINT("Step 2: Configure pin as active low\n"); in ZTEST() 271 TC_PRINT("Step 1: Configure pin as active high\n"); in ZTEST() 273 TC_PRINT("Step 2: Configure pin as active low\n"); in ZTEST() 280 TC_PRINT("Step 1: Configure pin as active high\n"); in ZTEST() 282 TC_PRINT("Step 2: Configure pin as active low\n"); in ZTEST()
|
/Zephyr-Core-3.6.0/dts/bindings/input/ |
D | espressif,esp32-touch-sensor.yaml | 27 filter-jitter-step = <4>; 99 filter-jitter-step: 103 Touch sensor jitter filter step size.
|
/Zephyr-Core-3.6.0/drivers/input/ |
D | input_gpio_qdec.c | 130 uint8_t step = 0x00; in gpio_qdec_get_step() local 141 step |= 0x01; in gpio_qdec_get_step() 144 step |= 0x02; in gpio_qdec_get_step() 153 return step; in gpio_qdec_get_step() 163 uint8_t step; in gpio_qdec_sample_timer_timeout() local 171 step = gpio_qdec_get_step(dev); in gpio_qdec_sample_timer_timeout() 173 if (data->prev_step == step) { in gpio_qdec_sample_timer_timeout() 182 switch ((data->prev_step << 4U) | step) { in gpio_qdec_sample_timer_timeout() 199 data->prev_step = step; in gpio_qdec_sample_timer_timeout()
|
/Zephyr-Core-3.6.0/drivers/sensor/max17262/ |
D | max17262.c | 253 /** STEP 1 */ in max17262_gauge_init() 268 /** STEP 2 */ in max17262_gauge_init() 275 /* Exit Hibernate Mode step 1 */ in max17262_gauge_init() 281 /* Exit Hibernate Mode step 2 */ in max17262_gauge_init() 287 /* Exit Hibernate Mode step 3 */ in max17262_gauge_init() 293 /** STEP 2.1 --> OPTION 1 EZ Config (No INI file is needed) */ in max17262_gauge_init() 327 * proceed to Step 3 when ModelCFG.Refresh == 0 in max17262_gauge_init() 349 /** STEP 3 */ in max17262_gauge_init()
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/ |
D | native_sim_setup.rst | 41 Step 1 - Create Ethernet interface 61 Step 2 - Start app in native_sim board 76 Step 3 - Connect to console (optional)
|
D | qemu_setup.rst | 49 Step 1 - Create helper socket 61 Step 2 - Start TAP device routing daemon 74 Step 3 - Start app in QEMU 88 If you see an error from QEMU about unix:/tmp/slip.sock, it means you missed Step 1 91 Step 4 - Run apps on host 130 Step 5 - Stop supporting daemons
|
/Zephyr-Core-3.6.0/doc/services/debugging/ |
D | gdbstub.rst | 33 * Continue and step the target 172 #. Use command ``s`` or ``step`` to step through program until it reaches 242 #. If step (``s`` or ``step``) is used here, it will continue execution 266 #. Here, ``step`` can be used to go through all code inside :c:func:`test` 282 ``step`` is issued, as in this case. This is due to the assignment
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/audio/ |
D | vcp.h | 52 /** Initial step size (1-255) */ 53 uint8_t step; member 146 * @brief Set the Volume Control Service volume step size. 153 * @param volume_step The volume step size (1-255). 174 * @brief Turn the volume down by one step on the server. 181 * @brief Turn the volume up by one step on the server. 468 * @brief Turn the volume down one step on a remote Volume Renderer 477 * @brief Turn the volume up one step on a remote Volume Renderer 486 * @brief Turn the volume down one step and unmute on a remote Volume Renderer 495 * @brief Turn the volume up one step and unmute on a remote Volume Renderer
|
/Zephyr-Core-3.6.0/samples/drivers/counter/maxim_ds3231/ |
D | prj.conf | 11 # Optional step that syncs RTC and local clock. Don't enable this if
|