Adafruit Si5351 Library
errors.h
Go to the documentation of this file.
1 
5 #ifndef _ERRORS_H_
6 #define _ERRORS_H_
7 
13 typedef enum {
14  ERROR_NONE = 0x0,
18  0x3,
23  0x6,
24  /*=======================================================================*/
25 
26  /*=======================================================================
27  I2C ERRORS 0x0100 .. 0x010F
28  -----------------------------------------------------------------------
29  Errors related to the I2C bus
30  -----------------------------------------------------------------------*/
32  0x101,
33  ERROR_I2C_NOACK = 0x102,
35  0x103,
37  /*=======================================================================*/
38 } err_t;
39 
40 #endif
err_t
Definition: errors.h:13
Definition: errors.h:36
Definition: errors.h:16
Definition: errors.h:33
Definition: errors.h:22
Definition: errors.h:31
Definition: errors.h:17
Definition: errors.h:15
Definition: errors.h:14
Definition: errors.h:20
Definition: errors.h:19
Definition: errors.h:34