We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3264693 commit 4d7afe8Copy full SHA for 4d7afe8
cores/esp32/esp32-hal-uart.h
@@ -99,6 +99,7 @@ bool uartSetMode(uart_t *uart, uart_mode_t mode);
99
100
// Used to set the UART clock source mode. It must be set before calling uartBegin(), otherwise it won't have any effect.
101
// Not all clock source are available to every SoC. The compatible option are listed here:
102
+// UART_SCLK_DEFAULT :: any SoC - it will set whatever IDF defines as the default UART Clock Source
103
// UART_SCLK_APB :: ESP32, ESP32-S2, ESP32-C3 and ESP32-S3
104
// UART_SCLK_PLL_F80M :: ESP32-C5, ESP32-C6, ESP32-C61 and ESP32-P4
105
// UART_SCLK_PLL_F40M :: ESP32-C2
0 commit comments