Home
last modified time | relevance | path

Searched refs:ledc_timer_bit_t (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_types.h118 } ledc_timer_bit_t; typedef
149 ledc_timer_bit_t duty_resolution; /*!< LEDC channel duty resolution */
150ledc_timer_bit_t bit_num __attribute__((deprecated)); /*!< Deprecated in ESP-IDF 3.0. This is an a…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/include/
Diot_light.h54 … timer, ledc_mode_t speed_mode, uint32_t freq_hz, uint8_t channel_num, ledc_timer_bit_t timer_bit);
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_light.c73 ledc_timer_bit_t timer_bit;
283 …t timer, ledc_mode_t speed_mode, uint32_t freq_hz, uint8_t channel_num, ledc_timer_bit_t timer_bit) in iot_light_create()
/hal_espressif-3.6.0/components/driver/test/
Dtest_ledc.c96 static void timer_duty_test(ledc_channel_t channel, ledc_timer_bit_t timer_bit, ledc_timer_t timer,… in timer_duty_test()
165 static void timer_frequency_test(ledc_channel_t channel, ledc_timer_bit_t timer_bit, ledc_timer_t t… in timer_frequency_test()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dledc.rst189 占空比分辨率通常用 :cpp:type:`ledc_timer_bit_t` 设置,范围是 10 至 15 位。如需较低的占空比分辨率(上至 10,下至 1),可直接输入相应数值。
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dledc.rst189 The duty resolution is normally set using :cpp:type:`ledc_timer_bit_t`. This enumeration covers the…