Home
last modified time | relevance | path

Searched full:step (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,tmc2209.yaml13 step-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
15 dual-edge-step;
23 - micro-step-res
24 - step-gpios
38 dual-edge-step:
41 If present, the stepper motor controller supports dual edge step signals.
42 This means that the step signal can be toggled on both the rising and falling edge.
Dadi,trinamic-gconf.yaml31 1: INDEX output shows step pulses from internal pulse generator (toggle upon each step)
37 1: INDEX pin shows the current step position of sequencer
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_step_data_parse/src/
Dmain.c48 * Test malformed step data
51 * - step data with a step length going out of bounds
61 0x03, 0x20, 0x03, 0x00, 0x11, /* mode 3 step with bad length */ in ZTEST()
78 * - Data contains valid step data
108 static bool bt_le_cs_step_data_parse_func_custom_fake(struct bt_le_cs_subevent_step *step, in bt_le_cs_step_data_parse_func_custom_fake() argument
115 zassert_equal(step->mode, *ud->data); in bt_le_cs_step_data_parse_func_custom_fake()
120 zassert_equal(step->channel, *ud->data); in bt_le_cs_step_data_parse_func_custom_fake()
123 /* step data length check */ in bt_le_cs_step_data_parse_func_custom_fake()
125 zassert_equal(step->data_len, *ud->data); in bt_le_cs_step_data_parse_func_custom_fake()
129 zassert_true(ud->len >= step->data_len); in bt_le_cs_step_data_parse_func_custom_fake()
[all …]
/Zephyr-latest/dts/bindings/stepper/
Dstepper-controller.yaml12 micro-step-res:
26 micro-step resolution to be set while initializing the device driver.
33 step-gpios:
36 The GPIO pins used to send step signals to the stepper motor.
46 description: Counter used for generating step-accurate pulse signals.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb446 …"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-latest/samples/basic/fade_led/src/
Dmain.c25 uint32_t step = pwm_led0.period / NUM_STEPS; in main() local
46 pulse_width += step; in main()
48 pulse_width = pwm_led0.period - step; in main()
52 if (pulse_width >= step) { in main()
53 pulse_width -= step; in main()
55 pulse_width = step; in main()
/Zephyr-latest/include/zephyr/arch/xtensa/
Dcache.h31 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-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_pst_ncrp.sh33 # Step 1
40 # Step 2
47 # Step 3
55 # Step 1
62 # Step 2
69 # Step 3
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/friendship/
Dmsg_va_collision.sh12 # 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-latest/tests/drivers/build_all/stepper/
Dgpio.dtsi9 micro-step-res = <1>;
19 micro-step-res = <1>;
23 step-gpios = <&test_gpio 0 0>;
33 step-gpios = <&test_gpio 0 0>;
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/bridge/
Dbrg_net_key_refresh.sh37 # d. Messaging is verified like in step 4b.
40 # f Messaging is verified like in step 4b.
42 # 6. Messaging is verified like in step 4b.
44 # 8. Messaging is verified like in step 4b.
46 # 10. Messaging is verified like in step 4b.
/Zephyr-latest/dts/bindings/stepper/ti/
Dti,drv8424.yaml10 The step gpio pin needs to be connected directly to the SOC GPIO controller, connecting the
19 step-gpios = <&arduino_header 19 0>;
33 - micro-step-res
34 - step-gpios
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst60 `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-latest/drivers/video/
Dvideo_common.c110 uint64_t step = stepwise->step.numerator; in video_closest_frmival_stepwise() local
114 min *= stepwise->max.denominator * stepwise->step.denominator * desired->denominator; in video_closest_frmival_stepwise()
115 max *= stepwise->min.denominator * stepwise->step.denominator * desired->denominator; in video_closest_frmival_stepwise()
116 step *= stepwise->min.denominator * stepwise->max.denominator * desired->denominator; in video_closest_frmival_stepwise()
117 goal *= stepwise->min.denominator * stepwise->max.denominator * stepwise->step.denominator; in video_closest_frmival_stepwise()
123 match->numerator = min + DIV_ROUND_CLOSEST(goal - min, step) * step; in video_closest_frmival_stepwise()
125 stepwise->step.denominator * desired->denominator; in video_closest_frmival_stepwise()
/Zephyr-latest/include/zephyr/sys/
Dlinear_range.h27 * - 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-latest/drivers/regulator/
DKconfig.mpm543045 bool "MPM54304 DC/DC step-down power module"
10 Enable MPM54304 DC/DC step-down power module support.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dsar_cfg.h24 /** SAR Segment Interval Step state */
33 /* SAR Unicast Retransmissions Interval Step state */
57 /** SAR Receiver Segment Interval Step state */
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst68 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 IEEE 802.15.4 [experimental]
228 Step 4.4: Build for OpenThread Network [experimental]
[all …]
/Zephyr-latest/doc/build/dts/
Dintro.rst9 step-by-step guides and examples, see :ref:`dt-howtos`.
/Zephyr-latest/samples/basic/servo_motor/src/
Dmain.c20 #define STEP PWM_USEC(100) macro
52 pulse_width -= STEP; in main()
55 pulse_width += STEP; in main()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.h25 * @brief Common step direction stepper config.
38 * @brief Initialize common step direction stepper config from devicetree instance.
56 * @brief Initialize common step direction stepper config from devicetree instance.
63 * @brief Common step direction stepper data.
94 * @brief Initialize common step direction stepper data from devicetree instance.
104 * @brief Initialize common step direction stepper data from devicetree instance.
123 * @brief Common function to initialize a step direction stepper device at init time.
127 * @param dev Step direction stepper device instance.
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_cli_all_targets_lost_on_apply.sh7 # 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.
Ddfu_cli_all_targets_lost_on_verify.sh7 # 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.
/Zephyr-latest/tests/drivers/adc/adc_emul/src/
Dmain.c75 * @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 */, 0 /* first channel data */, in ZTEST_USER()
251 check_samples(samples, input_mv, 0 /* step */, 1 /* channels */, 0 /* first channel data */, in ZTEST_USER()
282 check_samples(samples, input_mv, 0 /* step */, 1 /* channels */, in ZTEST_USER()
321 check_samples(samples * 2, input1_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER()
324 check_samples(samples * 2, input2_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER()
496 check_samples(samples * 2, input2_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER()
536 check_samples(samples * 2, input_mv, 0 /* step */, 2 /* channels */, in ZTEST_USER()
[all …]
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst47 Step 1: Build MCUboot
53 Step 2: Flash MCUboot
63 Step 3: Start the hawkBit Docker
78 Step 4: Build hawkBit
103 Step 5: Flash the first image
118 Step 6: Building and signing the test image
121 The easiest way to test the functionality of hawkBit is to repeat step 4 to
136 Step 7: Run the update
154 Step 8: Clone and build hawkbit with https
257 Step 9: Build hawkBit HTTPS

12345678910>>...16