Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/
Dmain.c101 int32_t steps = 100; in ZTEST_F() local
114 int32_t steps = 1000; in ZTEST_F() local
132 int32_t steps = 1000; in ZTEST_F() local
147 int32_t steps = 1000; in ZTEST_F() local
293 int32_t steps = 50; in ZTEST_F() local
313 int32_t steps = -50; in ZTEST_F() local
333 int32_t steps = 0; in ZTEST_F() local
353 int32_t steps = 100; in ZTEST_F() local
369 int32_t steps = 50; in ZTEST_F() local
382 int32_t steps = 50; in ZTEST_F() local
[all …]
/Zephyr-latest/doc/services/llext/
Dbuild.rst131 .. _llext_build_edk:
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h362 #define BT_MESH_PUB_PERIOD_100MS(steps) ((steps) & BIT_MASK(6)) argument
371 #define BT_MESH_PUB_PERIOD_SEC(steps) (((steps) & BIT_MASK(6)) | (1 << 6)) argument
382 #define BT_MESH_PUB_PERIOD_10SEC(steps) (((steps) & BIT_MASK(6)) | (2 << 6)) argument
393 #define BT_MESH_PUB_PERIOD_10MIN(steps) (((steps) & BIT_MASK(6)) | (3 << 6)) argument
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c76 uint8_t steps = val & BIT_MASK(6); in model_time_decode() local
96 uint8_t steps = DIV_ROUND_UP(ms, time_res[i]); in model_time_encode() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dtransition.c20 uint8_t steps, resolution; in calculate_rt() local
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c149 static struct net_buf *start_reassembly(uint16_t conn_handle, const uint8_t *steps, in start_reassembly()
177 static struct net_buf *continue_reassembly(uint16_t conn_handle, const uint8_t *steps, in continue_reassembly()
/Zephyr-latest/drivers/stepper/ti/
Ddrv8424.c255 static int drv8424_move_by(const struct device *dev, int32_t steps) in drv8424_move_by()
/Zephyr-latest/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c42 int32_t steps; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c1539 uint8_t status, count, res_step, steps; in mod_pub_set() local
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3823 uint8_t steps[]; member
3842 uint8_t steps[]; member