Searched refs:io_func_t (Results 1 – 1 of 1) sorted by relevance
50 typedef mp_uint_t (*io_func_t)(mp_obj_t obj, void *buf, mp_uint_t size, int *errcode); in mp_stream_rw() typedef51 io_func_t io_func; in mp_stream_rw()54 io_func = (io_func_t)stream_p->write; in mp_stream_rw()
Completed in 3 milliseconds