/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/components/step_motor/include/ |
D | step_motor.h | 33 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/ |
D | systimer_ll.h | 91 …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()
|
D | touch_sensor_hal.h | 275 #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
|
D | touch_sensor_ll.h | 776 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/ |
D | touch_sensor_hal.h | 267 #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
|
D | touch_sensor_ll.h | 788 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/ |
D | test_thread_local.c | 44 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/ |
D | main.c | 89 int8_t step = 10; in mouse_move_task() local
|
/hal_espressif-3.6.0/components/freemodbus/common/include/ |
D | esp_modbus_master.h | 70 int step; /*!< Step of parameter change tracking */ member
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | iot_led.c | 41 int step; member
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_mesh.c | 97 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/ |
D | esp_lcd_panel_io_i80.c | 338 uint8_t step = bus->bus_width / 8; in i80_lcd_prepare_param_buffer() local
|
D | esp_lcd_panel_io_i2s.c | 399 uint8_t step = bus->bus_width / 8; in i2s_lcd_prepare_param_buffer() local
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | systimer_struct.h | 275 volatile systimer_step_reg_t step; member
|
/hal_espressif-3.6.0/components/driver/ |
D | ledc.c | 601 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/ |
D | qrcodegen.c | 554 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
|
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/ |
D | test_touch_v2.c | 1010 static void test_touch_measure_step(uint32_t step) in test_touch_measure_step()
|