Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c79 ets_isr_attach(ETS_UART0_INUM, uart_isr, NULL); in stub_configure_rx_uart()
81 ets_isr_unmask(1 << ETS_UART0_INUM); in stub_configure_rx_uart()
228 mask = stub_uses_usb_jtag_serial() ? 1 << ETS_USB_INUM : 1 << ETS_UART0_INUM; in stub_rx_async_enable()
230 mask = 1 << ETS_UART0_INUM; in stub_rx_async_enable()
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dets_sys.h582 ETS_ISR_ATTACH(ETS_UART0_INUM, (func), (void *)(arg))
597 ETS_INTR_ENABLE(ETS_UART0_INUM)
600 ETS_INTR_DISABLE(ETS_UART0_INUM)
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dets_sys.h584 ETS_ISR_ATTACH(ETS_UART0_INUM, (func), (void *)(arg))
599 ETS_INTR_ENABLE(ETS_UART0_INUM)
602 ETS_INTR_DISABLE(ETS_UART0_INUM)
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dets_sys.h586 ETS_ISR_ATTACH(ETS_UART0_INUM, (func), (void *)(arg))
601 ETS_INTR_ENABLE(ETS_UART0_INUM)
604 ETS_INTR_DISABLE(ETS_UART0_INUM)
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_fastbus.c138 xt_ints_off(1 << ETS_UART0_INUM);
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h186 #define ETS_UART0_INUM 5 macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h288 #define ETS_UART0_INUM 5 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h311 #define ETS_UART0_INUM 5 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h353 #define ETS_UART0_INUM 5 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h360 #define ETS_UART0_INUM 5 macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h462 #define ETS_UART0_INUM 5 macro