Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h52 #define MP_STREAM_POLL_NVAL (0x0020) macro
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmodusocket.c374 return MP_STREAM_POLL_NVAL; in socket_ioctl()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmodsocket.c685 return MP_STREAM_POLL_NVAL; in socket_stream_ioctl()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmodlwip.c1492 ret |= MP_STREAM_POLL_NVAL; in lwip_socket_ioctl()