HAL_GetSerialBytesReceived

Function HAL_GetSerialBytesReceived 

Source
pub unsafe extern "C" fn HAL_GetSerialBytesReceived(
    port: Type,
    status: *mut i32,
) -> i32
Expand description

Gets the number of bytes currently in the read buffer.

@param port the serial port @return the number of bytes in the read buffer