Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h89 …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()
94 …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.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.h768 static inline void touch_ll_filter_set_jitter_step(uint32_t step) in touch_ll_filter_set_jitter_step()
780 static inline void touch_ll_filter_get_jitter_step(uint32_t *step) in touch_ll_filter_get_jitter_step()
/hal_espressif-latest/components/hal/
Dledc_hal.c64 …nel_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cycle, uint32_t *scale, uint32_t *step) in ledc_hal_get_fade_param()
/hal_espressif-latest/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-latest/components/hal/esp32c6/include/hal/
Dparlio_ll.h178 uint32_t step = 1; in parlio_ll_rx_set_pulse_recv_mode() local
Dledc_ll.h489 …_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cycle, uint32_t *scale, uint32_t *step) in ledc_ll_get_duty_param()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dparlio_ll.h176 uint32_t step = 1; in parlio_ll_rx_set_pulse_recv_mode() local
Dledc_ll.h470 …_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cycle, uint32_t *scale, uint32_t *step) in ledc_ll_get_duty_param()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystimer_struct.h275 volatile systimer_step_reg_t step; member