Function esp_idf_sys::esp_vfs_dev_uart_use_driver
source ยท pub unsafe extern "C" fn esp_vfs_dev_uart_use_driver(uart_num: c_int)
Expand description
@brief set VFS to use UART driver for reading and writing @note application must configure UART driver before calling these functions With these functions, read and write are blocking and interrupt-driven. @param uart_num UART peripheral number