Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Derrno1.py20 errno = uerrno variable
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dusocket_tcp_basic.py4 import usocket as socket, uerrno as errno namespace
A Dusocket_udp_nonblock.py4 import usocket as socket, uerrno as errno namespace
A Duselect_poll_basic.py2 import usocket as socket, uselect as select, uerrno as errno namespace
/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.h130 #define mp_is_nonblocking_error(errno) ((errno) == MP_EAGAIN || (errno) == MP_EWOULDBLOCK) argument
132 #define mp_is_nonblocking_error(errno) (0) argument
/AliOS-Things-master/components/libc_stub/compilers/iar/
A Diar_libc.c15 int errno; variable
A Diar_libc_uspace.c16 int errno; variable
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Darmcc_libc.c13 volatile int errno = 0; variable
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py11 import uerrno as errno namespace
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_errno.h34 #define GET_ERROR_TYPE(errno) \ argument
/AliOS-Things-master/components/csi/csi1/include/drv/
A Derrno.h34 #define GET_ERROR_TYPE(errno) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzutil.c145 int errno = 0; variable
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dzutil.c144 int errno = 0; variable
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddw_timer.c25 #define ERR_TIMER(errno) (CSI_DRV_ERRNO_TIMER_BASE | errno) argument
A Ddw_gpio.c24 #define ERR_GPIO(errno) (CSI_DRV_ERRNO_GPIO_BASE | errno) argument
A Dck_usart.c22 #define ERR_USART(errno) (CSI_DRV_ERRNO_USART_BASE | errno) argument
/AliOS-Things-master/components/osal_aos/include/aos/
A Dosal_debug.h111 #define aos_check(X, errno) \ argument

Completed in 27 milliseconds