Home
last modified time | relevance | path

Searched refs:sio_tryread (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsio.h102 #ifndef sio_tryread
112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsio.h102 #ifndef sio_tryread
112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dslipif.c437 while (sio_tryread(priv->sd, &c, 1) > 0) { in slipif_poll()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c123 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len) { in sio_tryread() function

Completed in 10 milliseconds