isrpipe read timeout Interface More...
isrpipe read timeout Interface
Definition in file read_timeout.h.
#include "isrpipe.h"
Go to the source code of this file.
Functions | |
int | isrpipe_read_timeout (isrpipe_t *isrpipe, uint8_t *buf, size_t count, uint32_t timeout) |
Read data from isrpipe (with timeout, blocking) More... | |
int | isrpipe_read_all_timeout (isrpipe_t *isrpipe, uint8_t *buf, size_t count, uint32_t timeout) |
Read data from isrpipe (with timeout, blocking, wait until all read) More... | |