We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6434851 commit 4e8de81Copy full SHA for 4e8de81
1 file changed
sys/include/isrpipe/read_timeout.h
@@ -52,7 +52,8 @@ int isrpipe_read_timeout(isrpipe_t *isrpipe, uint8_t *buf, size_t count, uint32_
52
* timeout or when @p count bytes have been received.
53
*
54
* A timeout only occurs if no data is received within @p timeout microseconds.
55
- * Each time a byte or burst of bytes is received, the timeout is reset.
+ * Each time a byte or burst of bytes is received, the timeout is reset. This
56
+ * means the worst-case total wait is @p count × @p timeout microseconds.
57
58
* @note If a timeout occurs, some bytes may have been read out of the pipe and
59
* placed into @p buf.
0 commit comments