Searched refs:sio_tryread (Results 1 – 3 of 3) sorted by relevance
102 #ifndef sio_tryread112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
259 u32_t sio_tryread(sio_fd_t fd, u8_t* data, u32_t len) in sio_tryread() function
436 while (sio_tryread(priv->sd, &c, 1) > 0) { in slipif_poll()
Completed in 9 milliseconds