Home
last modified time | relevance | path

Searched refs:SOC_UART_SUPPORT_RTC_CLK (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h280 #define SOC_UART_SUPPORT_RTC_CLK (1) /*!< Support RTC clock as the clock source */ macro
DKconfig.soc_caps.in586 config SOC_UART_SUPPORT_RTC_CLK config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h379 #define SOC_UART_SUPPORT_RTC_CLK (1) /*!< Support RTC clock as the clock source */ macro
DKconfig.soc_caps.in854 config SOC_UART_SUPPORT_RTC_CLK config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h450 #define SOC_UART_SUPPORT_RTC_CLK (1) /*!< Support RTC clock as the clock source */ macro
DKconfig.soc_caps.in1074 config SOC_UART_SUPPORT_RTC_CLK config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h368 #define SOC_UART_SUPPORT_RTC_CLK (1) /*!< Support RTC clock as the clock source */ macro
DKconfig.soc_caps.in914 config SOC_UART_SUPPORT_RTC_CLK config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h464 #define SOC_UART_SUPPORT_RTC_CLK (1) /*!< Support RTC clock as the clock source */ macro
DKconfig.soc_caps.in1074 config SOC_UART_SUPPORT_RTC_CLK config
/hal_espressif-latest/components/driver/uart/
Duart.c685 #if SOC_UART_SUPPORT_RTC_CLK in uart_param_config()
1618 #if SOC_UART_SUPPORT_RTC_CLK in uart_driver_delete()