Searched full:uart2 (Results 1 – 25 of 29) sorted by relevance
12
41 PROVIDE ( UART2 = 0x3ff6E000 ); symbol
50 /* UART2 cannot be used directly through the IOMUX, these value
88 ETS_UART2_INTR_SOURCE, /**< interrupt of UART2, level*/
949 * 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!");
42 PROVIDE ( UART2 = 0x6002E000 ); symbol
46 [36] = "UART2",
38 [29] = "UART2",
49 [39] = "UART2",
177 } else if (hal->dev == (uart_dev_t *)&UART2) { in uart_hal_get_port_num()
230 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
26 #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…
90 ETS_UART2_INTR_SOURCE, /**< interrupt of UART2, level*/
255 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
270 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2
126 * @param uart_no : 0 for UART0, 1 for UART1, 2 for UART2.
198 Uart number for HCI. The available uart is UART1 and UART2.
259 #define ETS_UART2_INTR_SOURCE 36/**< interrupt of UART2, level*/
37 …uint32_t uart2_ce: 1; /*Set this bit to use UART2 to transmit or receive …
377 extern uart_dev_t UART2;
174 * @note On ESP32, this function is reserved for UART1 and UART2.
49 uart2:
47 uart2:
294 Due to an ESP32 ROM bug, UART2 is not supported for console output
466 * @note ESP32 does not support wakeup from UART2.
GCC: (crosstool-NG esp-2020r3) 8.4.0 GCC: (crosstool- ...