Home
last modified time | relevance | path

Searched refs:SOC_UART_REQUIRE_CORE_RESET (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h382 #define SOC_UART_REQUIRE_CORE_RESET (1) macro
DKconfig.soc_caps.in866 config SOC_UART_REQUIRE_CORE_RESET config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h370 #define SOC_UART_REQUIRE_CORE_RESET (1) macro
DKconfig.soc_caps.in922 config SOC_UART_REQUIRE_CORE_RESET config
/hal_espressif-latest/components/driver/uart/
Duart.c178 #if SOC_UART_REQUIRE_CORE_RESET in uart_module_enable()