Home
last modified time | relevance | path

Searched refs:UART_NUM_0_RXD_DIRECT_GPIO_NUM (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Duart_channel.h15 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 17 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_channel.h15 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 23 macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_channel.h16 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 19 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_channel.h16 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 20 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_channel.h15 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 44 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_channel.h16 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 44 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_channel.h16 #define UART_NUM_0_RXD_DIRECT_GPIO_NUM 3 macro
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console.c62 uart_rx_gpio != UART_NUM_0_RXD_DIRECT_GPIO_NUM) { in bootloader_console_init()