Home
last modified time | relevance | path

Searched refs:TWAI_CLK_SRC_APB (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclk_tree_defs.h304 TWAI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclk_tree_defs.h349 TWAI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dclk_tree_defs.h358 TWAI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclk_tree_defs.h380 TWAI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h111 HAL_ASSERT(clk_src == TWAI_CLK_SRC_APB); in twai_ll_set_clock_source()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h111 HAL_ASSERT(clk_src == TWAI_CLK_SRC_APB); in twai_ll_set_clock_source()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h111 HAL_ASSERT(clk_src == TWAI_CLK_SRC_APB); in twai_ll_set_clock_source()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h177 HAL_ASSERT(clk_src == TWAI_CLK_SRC_APB); in twai_ll_set_clock_source()