Searched defs:steps (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ |
D | main.c | 101 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/ |
D | build.rst | 131 .. _llext_build_edk:
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 362 #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/ |
D | main.c | 76 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/ |
D | transition.c | 20 uint8_t steps, resolution; in calculate_rt() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | cs.c | 149 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/ |
D | drv8424.c | 255 static int drv8424_move_by(const struct device *dev, int32_t steps) in drv8424_move_by()
|
/Zephyr-latest/drivers/sensor/nordic/qdec_nrfx/ |
D | qdec_nrfx.c | 42 int32_t steps; member
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 1539 uint8_t status, count, res_step, steps; in mod_pub_set() local
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 3823 uint8_t steps[]; member 3842 uint8_t steps[]; member
|