Home
last modified time | relevance | path

Searched refs:PERIPH_UART0_MODULE (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_gate_ll.h30 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
111 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
216 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_reg()
283 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h32 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
107 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
191 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_reg()
263 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h28 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
79 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h30 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
99 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h28 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
102 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h24 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
102 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h30 case PERIPH_UART0_MODULE: in periph_ll_get_clk_en_mask()
118 case PERIPH_UART0_MODULE: in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32c2/
Duart_periph.c44 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32s2/
Duart_periph.c52 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32c6/
Duart_periph.c44 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32c3/
Duart_periph.c52 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32h2/
Duart_periph.c44 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console.c76 periph_ll_enable_clk_clear_rst(PERIPH_UART0_MODULE + uart_num); in bootloader_console_init()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32s3/
Duart_periph.c52 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32/
Duart_periph.c52 .module = PERIPH_UART0_MODULE,
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h15 PERIPH_UART0_MODULE, enumerator
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c529 if (periph_ll_periph_enabled(PERIPH_UART0_MODULE + i)) { in flush_uarts()
546 if (!periph_ll_periph_enabled(PERIPH_UART0_MODULE + i)) { in suspend_uarts()
Dsleep_cpu.c665 if (!periph_ll_periph_enabled(PERIPH_UART0_MODULE + i)) { in validate_retention_frame_crc()