Function esp_idf_hal::sys::uart_is_driver_installed

source ยท
pub unsafe extern "C" fn uart_is_driver_installed(
    uart_num: i32,
) -> bool
Expand description

@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