#include <errno.h>
Go to the source code of this file.
Defines | |
#define | ESUCCESS 0 |
#define | EPERM 1 |
#define | ENOENT 2 |
#define | EIO 5 |
#define | ENXIO 6 |
#define | E2BIG 7 |
#define | EAGAIN 11 |
#define | ENOMEM 12 |
#define | EFAULT 14 |
#define | EBUSY 16 |
#define | EINVAL 22 |
#define | ENOTSUP 126 |
#define | EUNKNOW 127 |
#define EBUSY 16 |
Device or resource busy
Definition at line 54 of file errno.h.
Referenced by i2c_flush(), i2c_get_recv_buffer(), i2c_recv(), i2c_send(), i2c_set_recv_size(), and spi_slave_select().
#define EINVAL 22 |
Invalid argument
Definition at line 56 of file errno.h.
Referenced by cirbuf_add_buf_head(), cirbuf_add_buf_tail(), cirbuf_add_head_safe(), cirbuf_add_tail_safe(), cirbuf_del_buf_head(), cirbuf_del_buf_tail(), cirbuf_del_head_safe(), cirbuf_del_tail_safe(), i2c_recv(), i2c_send(), i2c_set_recv_size(), and uart_setconf().
#define ENOENT 2 |
#define ENOTSUP 126 |
Domain error Range error Not supported
Definition at line 62 of file errno.h.
Referenced by uart_setconf().
#define ENXIO 6 |
No such device or address
Definition at line 44 of file errno.h.
Referenced by i2c_recv(), and i2c_send().
#define ESUCCESS 0 |
No error
Definition at line 36 of file errno.h.
Referenced by i2c_flush(), i2c_recv(), i2c_send(), i2c_set_recv_size(), main(), spi_slave_select(), and uart_setconf().