Searched defs:errno (Results 1 – 17 of 17) sorted by relevance
20 errno = uerrno variable
4 import usocket as socket, uerrno as errno namespace
2 import usocket as socket, uselect as select, uerrno as errno namespace
130 #define mp_is_nonblocking_error(errno) ((errno) == MP_EAGAIN || (errno) == MP_EWOULDBLOCK) argument132 #define mp_is_nonblocking_error(errno) (0) argument
15 int errno; variable
16 int errno; variable
13 volatile int errno = 0; variable
11 import uerrno as errno namespace
34 #define GET_ERROR_TYPE(errno) \ argument
145 int errno = 0; variable
144 int errno = 0; variable
25 #define ERR_TIMER(errno) (CSI_DRV_ERRNO_TIMER_BASE | errno) argument
24 #define ERR_GPIO(errno) (CSI_DRV_ERRNO_GPIO_BASE | errno) argument
22 #define ERR_USART(errno) (CSI_DRV_ERRNO_USART_BASE | errno) argument
111 #define aos_check(X, errno) \ argument
Completed in 27 milliseconds