mirror of
https://github.com/preble/libpinproc
synced 2026-04-15 23:35:23 +02: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