Home
last modified time | relevance | path

Searched refs:LEDC_USE_APB_CLK (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dledc_types.h44 …LEDC_SLOW_CLK_APB = LEDC_USE_APB_CLK, /*!< LEDC low speed timer clock source is 80MHz APB …
78 LEDC_APB_CLK = LEDC_USE_APB_CLK, /*!< LEDC timer clock divided from APB clock (80Mhz) */
79 …LEDC_SCLK = LEDC_USE_APB_CLK, /*!< Selecting this value for LEDC_TICK_SEL_TIMER let the hardwa…
/hal_espressif-latest/components/hal/
Dledc_hal.c55 driver_clk = LEDC_USE_APB_CLK; in ledc_hal_get_clk_cfg()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclk_tree_defs.h352 LEDC_USE_APB_CLK = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclk_tree_defs.h410 LEDC_USE_APB_CLK = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dclk_tree_defs.h421 LEDC_USE_APB_CLK = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclk_tree_defs.h440 LEDC_USE_APB_CLK = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/hal/esp32/include/hal/
Dledc_ll.h40 … ((SPEED) == LEDC_HIGH_SPEED_MODE && (CLK) == LEDC_USE_APB_CLK) \