Home
last modified time | relevance | path

Searched full:uart2 (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32/ld/
Desp32.peripherals.ld41 PROVIDE ( UART2 = 0x3ff6E000 ); symbol
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_pins.h50 /* UART2 cannot be used directly through the IOMUX, these value
Dperiph_defs.h88 ETS_UART2_INTR_SOURCE, /**< interrupt of UART2, level*/
Duart_struct.h949 * Rx-FIFO via APB. UART0 is 10'h200. UART1 is 10'h280. UART2 is 10'h300.
955 * Rx-FIFO. UART0 is 10'h200. UART1 is 10'h280. UART2 is 10'h300.
1202 extern uart_dev_t UART2;
1208 _Static_assert(sizeof(UART2.fifo.rxfifo_rd_byte) == 4, "FIFO, must be a uint32_t, not bitfield!");
/hal_espressif-latest/components/soc/esp32s3/ld/
Desp32s3.peripherals.ld42 PROVIDE ( UART2 = 0x6002E000 ); symbol
/hal_espressif-latest/components/soc/esp32/
Dinterrupts.c46 [36] = "UART2",
/hal_espressif-latest/components/soc/esp32s3/
Dinterrupts.c38 [29] = "UART2",
/hal_espressif-latest/components/soc/esp32s2/
Dinterrupts.c49 [39] = "UART2",
/hal_espressif-latest/components/hal/
Duart_hal.c177 } else if (hal->dev == (uart_dev_t *)&UART2) { in uart_hal_get_port_num()
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Duart.h230 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h26 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2)))
261 * Note: Due to hardware issue, reset UART1's txfifo will also reset UART2's txfifo.
262 …* So reserve this function for UART1 and UART2. Please do DPORT reset for UART and its mem…
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h90 ETS_UART2_INTR_SOURCE, /**< interrupt of UART2, level*/
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Duart.h255 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Duart.h270 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
Dets_sys.h126 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2.
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in198 Uart number for HCI. The available uart is UART1 and UART2.
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h259 #define ETS_UART2_INTR_SOURCE 36/**< interrupt of UART2, level*/
Duhci_struct.h37 …uint32_t uart2_ce: 1; /*Set this bit to use UART2 to transmit or receive …
Duart_struct.h377 extern uart_dev_t UART2;
/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h174 * @note On ESP32, this function is reserved for UART1 and UART2.
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32.yml49 uart2:
Desp32s3.yml47 uart2:
/hal_espressif-latest/components/esp_system/
DKconfig294 Due to an ESP32 ROM bug, UART2 is not supported for console output
/hal_espressif-latest/components/esp_hw_support/include/
Desp_sleep.h466 * @note ESP32 does not support wakeup from UART2.
/hal_espressif-latest/tools/esptool_py/test/elf2image/
Desp32-app-cust-ver-info.elfGCC: (crosstool-NG esp-2020r3) 8.4.0 GCC: (crosstool- ...

12