Searched defs:steps (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ | 
| D | main.c | 92 	int32_t steps = 100;  in ZTEST_F()  local 105 	int32_t steps = 1000;  in ZTEST_F()  local 123 	int32_t steps = 1000;  in ZTEST_F()  local 138 	int32_t steps = 1000;  in ZTEST_F()  local 269 	int32_t steps = 50;  in ZTEST_F()  local 289 	int32_t steps = -50;  in ZTEST_F()  local 309 	int32_t steps = 0;  in ZTEST_F()  local 329 	int32_t steps = 100;  in ZTEST_F()  local 345 	int32_t steps = 50;  in ZTEST_F()  local 358 	int32_t steps = 50;  in ZTEST_F()  local [all …] 
 | 
| /Zephyr-latest/samples/basic/fade_led/src/ | 
| D | main.c | 30 	uint32_t steps[ARRAY_SIZE(pwm_leds)];  in main()  local
  | 
| /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 | 3885 	uint8_t  steps[];  member 3904 	uint8_t  steps[];  member
  |