IDF release/v4.0 230931310

This commit is contained in:
me-no-dev
2020-02-13 00:13:59 +00:00
parent 8817e536fd
commit 60f20a7869
83 changed files with 67 additions and 31 deletions

View File

@ -155,6 +155,17 @@ typedef struct {
typedef intr_handle_t uart_isr_handle_t;
/**
* @brief Checks whether the driver is installed or not
*
* @param uart_num UART port number, the max port number is (UART_NUM_MAX -1).
*
* @return
* - true driver is installed
* - false driver is not installed
*/
bool uart_is_driver_installed(uart_port_t uart_num);
/**
* @brief Set UART data bits.
*