Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dclk_tree_defs.h199 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F40M, /*!< Select PLL_40M as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclk_tree_defs.h257 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_APB, /*!< Select APB as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclk_tree_defs.h272 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_APB, /*!< Select APB as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dclk_tree_defs.h297 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_APB, /*!< Select APB as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclk_tree_defs.h333 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_APB, /*!< Select APB as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dclk_tree_defs.h343 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_80M as SPI source clock */ enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dclk_tree_defs.h325 SPI_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F48M, /*!< Select PLL_48M as SPI source clock */ enumerator
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c362 spi_clock_source_t clk_src = SPI_CLK_SRC_DEFAULT; in spi_bus_add_device()