Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_channel.h12 #define UART_GPIO43_DIRECT_CHANNEL UART_NUM_0
14 #define UART_GPIO44_DIRECT_CHANNEL UART_NUM_0
16 #define UART_GPIO16_DIRECT_CHANNEL UART_NUM_0
18 #define UART_GPIO15_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_channel.h13 #define UART_GPIO43_DIRECT_CHANNEL UART_NUM_0
15 #define UART_GPIO44_DIRECT_CHANNEL UART_NUM_0
17 #define UART_GPIO16_DIRECT_CHANNEL UART_NUM_0
19 #define UART_GPIO15_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_channel.h13 #define UART_GPIO1_DIRECT_CHANNEL UART_NUM_0
15 #define UART_GPIO3_DIRECT_CHANNEL UART_NUM_0
17 #define UART_GPIO19_DIRECT_CHANNEL UART_NUM_0
19 #define UART_GPIO22_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Duart_channel.h12 #define UART_GPIO16_DIRECT_CHANNEL UART_NUM_0
14 #define UART_GPIO17_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_channel.h12 #define UART_GPIO24_DIRECT_CHANNEL UART_NUM_0
14 #define UART_GPIO23_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_channel.h13 #define UART_GPIO20_DIRECT_CHANNEL UART_NUM_0
15 #define UART_GPIO19_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_channel.h13 #define UART_GPIO21_DIRECT_CHANNEL UART_NUM_0
15 #define UART_GPIO20_DIRECT_CHANNEL UART_NUM_0
/hal_espressif-latest/components/driver/uart/include/driver/
Duart.h19 #define UART_NUM_0 (0) /*!< UART port 0 */ macro
/hal_espressif-latest/components/hal/include/hal/
Duart_types.h23 UART_NUM_0, /*!< UART port 0 */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1833 if (uart_num == UART_NUM_0) {
/hal_espressif-latest/components/driver/uart/
Duart.c161 UART_CONTEX_INIT_DEF(UART_NUM_0),