Home
last modified time | relevance | path

Searched refs:step (Results 26 – 50 of 210) sorted by relevance

123456789

/Zephyr-latest/drivers/xen/
Dgnttab.c174 unsigned int step = 10, delay = step; in gop_eagain_retry() local
183 delay += step; in gop_eagain_retry()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c213 vcp_register_param.step = 1; in cmd_vcp_vol_rend_init()
223 vcp_register_param.step = shell_strtoul(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
263 unsigned long step; in cmd_vcp_vol_rend_volume_step() local
266 step = shell_strtoul(argv[1], 0, &result); in cmd_vcp_vol_rend_volume_step()
273 if (!IN_RANGE(step, 1, UINT8_MAX)) { in cmd_vcp_vol_rend_volume_step()
274 shell_error(sh, "Invalid step %lu", step); in cmd_vcp_vol_rend_volume_step()
279 result = bt_vcp_vol_rend_set_step(step); in cmd_vcp_vol_rend_volume_step()
979 SHELL_CMD_ARG(step, NULL,
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/boards/
Dnative_sim.overlay15 step-gpios = <&gpio1 1 0>; /* D4 */
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay46 step-gpios = <&arduino_header 10 0>; /* D4 */
Dnative_sim.overlay15 step-gpios = <&gpio1 1 0>; /* D4 */
Dnucleo_f767zi.overlay46 step-gpios = <&arduino_header 19 0>; /* D13 */
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c123 stepwise.step.numerator = 1; in ZTEST()
124 stepwise.step.denominator = 30; in ZTEST()
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst20 * 1.0 GHz Arm Cortex-R52 core (hardware Lock step is supported);
21 * two 400MHz G4MH cores (hardware Lock step is supported);
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst20 between each numbered step and for the whole cycle, and a running
/Zephyr-latest/doc/services/llext/
Dbuild.rst64 Target name for the source compilation and/or link step.
72 The file to be used as input for the packaging step.
97 run at the specified build step and can refer to the properties of the target
115 libraries. This step can access ``lib_target`` and its own properties.
120 file. This step is expected to create a :file:`pkg_input` file by reading the
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c176 fie.stepwise.step.numerator, fie.stepwise.step.denominator); in main()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c1312 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data), in bt_le_cs_step_data_parse() argument
1321 struct bt_le_cs_subevent_step step; in bt_le_cs_step_data_parse() local
1323 step.mode = net_buf_simple_pull_u8(step_data_buf); in bt_le_cs_step_data_parse()
1324 step.channel = net_buf_simple_pull_u8(step_data_buf); in bt_le_cs_step_data_parse()
1325 step.data_len = net_buf_simple_pull_u8(step_data_buf); in bt_le_cs_step_data_parse()
1327 if (step.data_len == 0) { in bt_le_cs_step_data_parse()
1332 step.data = step_data_buf->data; in bt_le_cs_step_data_parse()
1334 if (step.data_len > step_data_buf->len) { in bt_le_cs_step_data_parse()
1339 if (!func(&step, user_data)) { in bt_le_cs_step_data_parse()
1343 net_buf_simple_pull(step_data_buf, step.data_len); in bt_le_cs_step_data_parse()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c140 static bool process_step_data(struct bt_le_cs_subevent_step *step, void *user_data) in process_step_data() argument
146 step->mode, in process_step_data()
147 step->channel); in process_step_data()
148 bt_shell_hexdump(step->data, step->data_len); in process_step_data()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h90 uint8_t step; member
/Zephyr-latest/boards/espressif/esp32s2_saola/
Desp32s2_saola.dts66 filter-jitter-step = <4>;
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c472 float min, max, step; in rf2xx_set_txpower() local
504 step = (max - min) / ((float)conf->tx_pwr_table_size - 1.0f); in rf2xx_set_txpower()
506 if (step == 0.0f) { in rf2xx_set_txpower()
507 step = 1.0f; in rf2xx_set_txpower()
511 (double)min, (double)max, (double)step, conf->tx_pwr_table_size); in rf2xx_set_txpower()
523 idx = abs((int) (((float)(dbm - max) / step))); in rf2xx_set_txpower()
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt54 This define will be used in wdt_install_timeout() "correct" test step.
76 This define will be used in wdt_setup() "correct" test step.
/Zephyr-latest/doc/project/
Dissues.rst32 * Run ``west update`` on each bisection step.
/Zephyr-latest/boards/espressif/esp32s2_devkitc/
Desp32s2_devkitc.dts66 filter-jitter-step = <4>;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst75 …unicast~retransmissions~interval~step + unicast~retransmissions~interval~increment \times (TTL - 1)
79 retransmissions interval step.
176 The value of this state controls the interval step used for delaying the retransmissions of
177 unacknowledged segments of a segmented message to a unicast address. The interval step is measured
181 default value. This value is then used to calculate the interval step using the following formula:
277 The SAR Receiver Segment Interval Step defines the segments reception interval step used for
/Zephyr-latest/boards/espressif/esp32_devkitc_wroom/
Desp32_devkitc_wroom_procpu.dts79 filter-jitter-step = <4>;
/Zephyr-latest/boards/espressif/esp32_devkitc_wrover/
Desp32_devkitc_wrover_procpu.dts79 filter-jitter-step = <4>;
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c334 fie->stepwise.step.numerator = 1; in video_sw_generator_enum_frmival()
335 fie->stepwise.step.denominator = 1000; in video_sw_generator_enum_frmival()
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst41 7. Repeat from step 3 to gather timing information for other
/Zephyr-latest/boards/espressif/esp32s3_devkitc/
Desp32s3_devkitc_procpu.dts74 filter-jitter-step = <4>;

123456789