Home
last modified time | relevance | path

Searched refs:SYSTEM_UART_RST (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dsystem_internal.c42 SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c50 SYSTEM_TIMERS_RST | SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c50 SYSTEM_TIMERS_RST | SYSTEM_SPI01_RST | SYSTEM_UART_RST | SYSTEM_SYSTIMER_RST | in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h80 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h70 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h100 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h71 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h119 return SYSTEM_UART_RST; in periph_ll_get_rst_en_mask()
Duart_ll.h71 uint32_t uart_rst_bit = ((uart_num == 0) ? SYSTEM_UART_RST : in uart_ll_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h226 #define SYSTEM_UART_RST (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h517 #define SYSTEM_UART_RST (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h552 #define SYSTEM_UART_RST (BIT(2)) macro