Home
last modified time | relevance | path

Searched refs:MP_STREAM_POLL_ERR (Results 1 – 3 of 3) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h50 #define MP_STREAM_POLL_ERR (0x0008) macro
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmoduselect.c140 poll_map_add(&poll_map, x_array, rwx_len[2], MP_STREAM_POLL_ERR | MP_STREAM_POLL_HUP, true); in select_select()
366 { MP_ROM_QSTR(MP_QSTR_POLLERR), MP_ROM_INT(MP_STREAM_POLL_ERR) },
H A Dmodlwip.c1496 ret |= MP_STREAM_POLL_ERR; in lwip_socket_ioctl()