Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_caps.h38 #define SOC_SPI_MAX_PRE_DIVIDER 16 macro
Dsoc_caps.h215 #define SOC_SPI_MAX_PRE_DIVIDER 16 macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h227 #define SOC_SPI_MAX_PRE_DIVIDER 16 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h202 #define SOC_SPI_MAX_PRE_DIVIDER 16 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h207 #define SOC_SPI_MAX_PRE_DIVIDER 8192 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h228 #define SOC_SPI_MAX_PRE_DIVIDER 8192 macro
/hal_espressif-3.6.0/components/driver/test/
Dtest_spi_master.c95 …check_spi_pre_n_for(1, SOC_SPI_MAX_PRE_DIVIDER, 64); //Actually should generate the minimum clock …