Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-types.hpp
Go to the documentation of this file.
1 
10 #ifndef TLE94112_TYPES_HPP_
11 #define TLE94112_TYPES_HPP_
12 
13 namespace tle94112
14 {
15 
25  enum Error_t
26  {
27  OK = 0,
28  INTF_ERROR = -1,
29  CONF_ERROR = -2,
30  READ_ERROR = -3,
31  WRITE_ERROR = -4,
32  };
36 }
37 
38 #endif
Error_t
Definition: tle94112-types.hpp:26
@ CONF_ERROR
Definition: tle94112-types.hpp:29
@ READ_ERROR
Definition: tle94112-types.hpp:30
@ OK
Definition: tle94112-types.hpp:27
@ WRITE_ERROR
Definition: tle94112-types.hpp:31
@ INTF_ERROR
Definition: tle94112-types.hpp:28
Definition: tle94112-types.hpp:14