mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Added PRFlushWriteData
This commit is contained in:
@@ -102,6 +102,11 @@ PR_EXPORT PRResult PRReset(PRHandle handle, uint32_t resetFlags);
|
|||||||
|
|
||||||
/** @} */ // End of Device Creation & Deletion
|
/** @} */ // End of Device Creation & Deletion
|
||||||
|
|
||||||
|
// I/O
|
||||||
|
|
||||||
|
/** Flush all pending write data out to the P-ROC */
|
||||||
|
PR_EXPORT PRResult PRFlushWriteData(PRHandle handle);
|
||||||
|
|
||||||
// Drivers
|
// Drivers
|
||||||
/** @defgroup drivers Driver Manipulation
|
/** @defgroup drivers Driver Manipulation
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
Reference in New Issue
Block a user