@CHIP-RTOS C Library V2.00 - Fossil API
fossil_purge_input
Purge input buffer and discard the data. void fossil_purge_input ( int port ); Parameters
port
- Port specifier: 0 for EXT, 1 for COM
Return Value
- -- none --
Comments
- Remove all data from the receive buffer and discard the data.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|