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