/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | systimer_ll.h | 89 …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()
|
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 | 768 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/ |
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() 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/ |
D | ledc_hal.c | 64 …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/ |
D | parlio_ll.h | 178 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()
|
D | ledc_ll.h | 489 …_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/ |
D | parlio_ll.h | 176 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()
|
D | ledc_ll.h | 470 …_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/ |
D | systimer_struct.h | 275 volatile systimer_step_reg_t step; member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | README.md | 6 2. it may be multi-step operations involving/affecting multiple parts of the SoC
|
/hal_espressif-latest/components/hal/include/hal/ |
D | ledc_hal.h | 388 …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/ |
D | execute-scripts-cmd.rst | 109 step = 4 113 mac = "{:012X}".format(int(base_mac, 16) + (args.index - 1) * step)
|
D | index.rst | 58 …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/ |
D | tinycrypt.rst | 151 step: entropy seed, personalization and a nonce (which is not implemented).
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 326 If the ``--no-stub`` argument is supplied to esptool, this entire step is skipped.
|