Searched refs:SOC_MOD_CLK_INVALID (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | esp_clk_tree.c | 21 …ESP_RETURN_ON_FALSE(clk_src > 0 && clk_src < SOC_MOD_CLK_INVALID, ESP_ERR_INVALID_ARG, TAG, "unkno… in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | clk_tree_defs.h | 113 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | clk_tree_defs.h | 113 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | clk_tree_defs.h | 116 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | clk_tree_defs.h | 118 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | clk_tree_defs.h | 126 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | clk_tree_defs.h | 127 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | clk_tree_defs.h | 136 …SOC_MOD_CLK_INVALID, /*!< Indication of the end of the available module cloc… enumerator
|