HAL_SetSerialWriteMode

Function HAL_SetSerialWriteMode 

Source
pub unsafe extern "C" fn HAL_SetSerialWriteMode(
    port: Type,
    mode: i32,
    status: *mut i32,
)
Expand description

Sets the write mode on a serial port.

Valid values are: 1: Flush on access 2: Flush when full (default)

@param port the serial port @param mode the mode to set (see remarks for valid values)