Home
last modified time | relevance | path

Searched defs:step (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/components/step_motor/include/
Dstep_motor.h33 esp_err_t (*step)(step_motor_t *handle, uint32_t n, uint32_t speed); member
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dsystimer_ll.h91 …always_inline)) static inline void systimer_ll_set_step_for_pll(systimer_dev_t *dev, uint32_t step) in systimer_ll_set_step_for_pll()
96 …lways_inline)) static inline void systimer_ll_set_step_for_xtal(systimer_dev_t *dev, uint32_t step) in systimer_ll_set_step_for_xtal()
Dtouch_sensor_hal.h275 #define touch_hal_filter_set_jitter_step(step) touch_ll_filter_set_jitter_step(step) argument
284 #define touch_hal_filter_get_jitter_step(step) touch_ll_filter_get_jitter_step(step) argument
Dtouch_sensor_ll.h776 static inline void touch_ll_filter_set_jitter_step(uint32_t step) in touch_ll_filter_set_jitter_step()
788 static inline void touch_ll_filter_get_jitter_step(uint32_t *step) in touch_ll_filter_get_jitter_step()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h267 #define touch_hal_filter_set_jitter_step(step) touch_ll_filter_set_jitter_step(step) argument
276 #define touch_hal_filter_get_jitter_step(step) touch_ll_filter_get_jitter_step(step) argument
Dtouch_sensor_ll.h788 static inline void touch_ll_filter_set_jitter_step(uint32_t step) in touch_ll_filter_set_jitter_step()
800 static inline void touch_ll_filter_get_jitter_step(uint32_t *step) in touch_ll_filter_get_jitter_step()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_thread_local.c44 int step = (rand() % 10) + 1; in task_test_tls() local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c89 int8_t step = 10; in mouse_move_task() local
/hal_espressif-3.6.0/components/freemodbus/common/include/
Desp_modbus_master.h70 int step; /*!< Step of parameter change tracking */ member
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_led.c41 int step; member
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_mesh.c97 uint16_t step = (p_state->trans_end_time - cur_time) / GENIE_MESH_TRNSATION_CYCLE; in calc_cur_state() local
/hal_espressif-3.6.0/components/esp_lcd/src/
Desp_lcd_panel_io_i80.c338 uint8_t step = bus->bus_width / 8; in i80_lcd_prepare_param_buffer() local
Desp_lcd_panel_io_i2s.c399 uint8_t step = bus->bus_width / 8; in i2s_lcd_prepare_param_buffer() local
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsystimer_struct.h275 volatile systimer_step_reg_t step; member
/hal_espressif-3.6.0/components/driver/
Dledc.c601 int step = delta / scale > LEDC_STEP_NUM_MAX ? LEDC_STEP_NUM_MAX : delta / scale; in ledc_fade_isr() local
/hal_espressif-3.6.0/examples/common_components/qrcode/
Dqrcodegen.c554 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c1010 static void test_touch_measure_step(uint32_t step) in test_touch_measure_step()