/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/driver/deprecated/driver/ |
D | dac_types_legacy.h | 70 dac_cw_scale_t scale; /*!< Set the amplitude of the cosine wave generator output. */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | tjpgd.h | 70 BYTE scale; /* Output scaling ratio */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | tjpgd.h | 75 BYTE scale; /* Output scaling ratio */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | tjpgd.h | 70 BYTE scale; /* Output scaling ratio */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | tjpgd.h | 70 BYTE scale; /* Output scaling ratio */ member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | lcd_ll.h | 131 uint32_t scale = 1; in lcd_ll_set_pixel_clock_prescale() local 136 scale = prescale - 1; in lcd_ll_set_pixel_clock_prescale() 138 dev->lcd_clock.lcd_clkcnt_n = scale; in lcd_ll_set_pixel_clock_prescale()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | dac_common_legacy.c | 127 dac_ll_cw_set_atten(cw->en_ch, (dac_cosine_atten_t)cw->scale); in dac_cw_generator_config()
|
D | mcpwm_legacy.c | 272 float scale = ((float)new_peak) / previous_peak; in mcpwm_set_frequency() local 279 mcpwm_ll_operator_set_compare_value(hal->dev, op, 0, (uint32_t)(previous_cmp_a * scale)); in mcpwm_set_frequency() 280 mcpwm_ll_operator_set_compare_value(hal->dev, op, 1, (uint32_t)(previous_cmp_b * scale)); in mcpwm_set_frequency()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | README.md | 7 …many-to-many (m:m) device communications and is optimized for creating large-scale device networks.
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
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 494 *scale = (val & LEDC_CH0_GAMMA_SCALE_M) >> LEDC_CH0_GAMMA_SCALE_S; in ledc_ll_get_duty_param()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
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 475 *scale = (val & LEDC_CH0_GAMMA_SCALE_M) >> LEDC_CH0_GAMMA_SCALE_S; in ledc_ll_get_duty_param()
|
/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);
|