Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dsys_stdio_mphal.c53 } sys_stdio_obj_t; typedef
56 STATIC const sys_stdio_obj_t stdio_buffer_obj;
60 sys_stdio_obj_t *self = MP_OBJ_TO_PTR(self_in); in stdio_obj_print()
65 sys_stdio_obj_t *self = MP_OBJ_TO_PTR(self_in); in stdio_read()
82 sys_stdio_obj_t *self = MP_OBJ_TO_PTR(self_in); in stdio_write()
144 const sys_stdio_obj_t mp_sys_stdin_obj = {{&stdio_obj_type}, .fd = STDIO_FD_IN};
145 const sys_stdio_obj_t mp_sys_stdout_obj = {{&stdio_obj_type}, .fd = STDIO_FD_OUT};
146 const sys_stdio_obj_t mp_sys_stderr_obj = {{&stdio_obj_type}, .fd = STDIO_FD_ERR};
178 STATIC const sys_stdio_obj_t stdio_buffer_obj = {{&stdio_buffer_obj_type}, .fd = 0}; // fd unused

Completed in 5 milliseconds