Searched refs:ledc_timer_bit_t (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | ledc_types.h | 118 } ledc_timer_bit_t; typedef 149 ledc_timer_bit_t duty_resolution; /*!< LEDC channel duty resolution */ 150 …ledc_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/ |
D | iot_light.h | 54 … 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/ |
D | iot_light.c | 73 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/ |
D | test_ledc.c | 96 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/ |
D | ledc.rst | 189 占空比分辨率通常用 :cpp:type:`ledc_timer_bit_t` 设置,范围是 10 至 15 位。如需较低的占空比分辨率(上至 10,下至 1),可直接输入相应数值。
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | ledc.rst | 189 The duty resolution is normally set using :cpp:type:`ledc_timer_bit_t`. This enumeration covers the…
|