Home
last modified time | relevance | path

Searched refs:UART_NUM_1 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_channel.h26 #define UART_GPIO17_DIRECT_CHANNEL UART_NUM_1
28 #define UART_GPIO18_DIRECT_CHANNEL UART_NUM_1
30 #define UART_GPIO20_DIRECT_CHANNEL UART_NUM_1
32 #define UART_GPIO19_DIRECT_CHANNEL UART_NUM_1
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_channel.h27 #define UART_GPIO17_DIRECT_CHANNEL UART_NUM_1
29 #define UART_GPIO18_DIRECT_CHANNEL UART_NUM_1
31 #define UART_GPIO20_DIRECT_CHANNEL UART_NUM_1
33 #define UART_GPIO19_DIRECT_CHANNEL UART_NUM_1
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_channel.h27 #define UART_GPIO10_DIRECT_CHANNEL UART_NUM_1
29 #define UART_GPIO9_DIRECT_CHANNEL UART_NUM_1
31 #define UART_GPIO6_DIRECT_CHANNEL UART_NUM_1
33 #define UART_GPIO11_DIRECT_CHANNEL UART_NUM_1
/hal_espressif-latest/components/driver/uart/include/driver/
Duart.h20 #define UART_NUM_1 (1) /*!< UART port 1 */ macro
/hal_espressif-latest/components/hal/include/hal/
Duart_types.h24 UART_NUM_1, /*!< UART port 1 */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1835 } else if (uart_num == UART_NUM_1) {
/hal_espressif-latest/components/driver/uart/
Duart.c162 UART_CONTEX_INIT_DEF(UART_NUM_1),