esp32_uart_write
esp32_uart_write(port, UART_CONF0_REG, conf0);
esp32_uart_write(port, UART_INT_ENA_REG, int_ena);
esp32_uart_write(port, UART_INT_CLR_REG, UART_BRK_DET_INT);
esp32_uart_write(port, UART_FIFO_REG, c);
esp32_uart_write(port, UART_INT_ENA_REG, int_ena);
esp32_uart_write(port, UART_INT_CLR_REG, status);
esp32_uart_write(port, UART_INT_ENA_REG, int_ena);
esp32_uart_write(port, ESP32S3_UART_CLK_CONF_REG,
esp32_uart_write(port, UART_CONF1_REG,
esp32_uart_write(port, UART_INT_CLR_REG, UART_RXFIFO_FULL_INT | UART_BRK_DET_INT);
esp32_uart_write(port, UART_INT_ENA_REG, UART_RXFIFO_FULL_INT | UART_BRK_DET_INT);
esp32_uart_write(port, UART_INT_ENA_REG, 0);
esp32_uart_write(port, ESP32S3_UART_CLK_CONF_REG,
esp32_uart_write(port, UART_CLKDIV_REG,
esp32_uart_write(port, UART_CONF0_REG, conf0);
esp32_uart_write(port, UART_CONF1_REG, conf1);