Home
last modified time | relevance | path

Searched refs:step (Results 1 – 17 of 17) 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() argument
91 dev->step.timer_pll_step = 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() argument
96 dev->step.timer_xtal_step = 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() argument
770 RTCCNTL.touch_filter_ctrl.touch_jitter_step = 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() argument
782 *step = RTCCNTL.touch_filter_ctrl.touch_jitter_step; in touch_ll_filter_get_jitter_step()
/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() argument
790 RTCCNTL.touch_filter_ctrl.touch_jitter_step = 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() argument
802 *step = RTCCNTL.touch_filter_ctrl.touch_jitter_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() argument
70 ledc_ll_get_duty_param(hal->dev, hal->speed_mode, channel_num, dir, cycle, scale, step); in ledc_hal_get_fade_param()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dparlio_ll.h178 uint32_t step = 1; in parlio_ll_rx_set_pulse_recv_mode() local
182 step = 2; in parlio_ll_rx_set_pulse_recv_mode()
188 submode += step; in parlio_ll_rx_set_pulse_recv_mode()
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() argument
495 *step = (val & LEDC_CH0_GAMMA_DUTY_NUM_M) >> LEDC_CH0_GAMMA_DUTY_NUM_S; 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
180 step = 2; in parlio_ll_rx_set_pulse_recv_mode()
186 submode += step; in parlio_ll_rx_set_pulse_recv_mode()
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() argument
476 *step = (val & LEDC_CH0_GAMMA_DUTY_NUM_M) >> LEDC_CH0_GAMMA_DUTY_NUM_S; in ledc_ll_get_duty_param()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystimer_struct.h275 volatile systimer_step_reg_t step; member
/hal_espressif-latest/components/esp_hw_support/
DREADME.md6 2. it may be multi-step operations involving/affecting multiple parts of the SoC
/hal_espressif-latest/components/hal/include/hal/
Dledc_hal.h388 …el_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cycle, uint32_t *scale, uint32_t *step);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst109 step = 4
113 mac = "{:012X}".format(int(base_mac, 16) + (args.index - 1) * step)
Dindex.rst58 …uses. Use with caution. If this option is not used, a manual confirmation step is required, you ne…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst151 step: entropy seed, personalization and a nonce (which is not implemented).
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst326 If the ``--no-stub`` argument is supplied to esptool, this entire step is skipped.