Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-conf.hpp
Go to the documentation of this file.
1 
9 #ifndef TLE94112_CONF_HPP_
10 #define TLE94112_CONF_HPP_
11 
12 #include "tle94112-conf-opts.hpp"
13 
19 #ifndef TLE94112_FRAMEWORK
20 #define TLE94112_FRAMEWORK TLE94112_FRMWK_ARDUINO
21 #endif
22 
27 #ifndef TLE94112_LOGGER_ENABLED
28 #define TLE94112_LOGGER_ENABLED 0
29 #endif
30 
35 #if (TLE94112_LOGGER_ENABLED == 1)
36 
37 #define TLE94112_CORE_LOGGER_ENABLED 1
38 #define TLE94112_MOTOR_LOGGER_ENABLED 1
39 #define TLE94112_REG_LOGGER_ENABLED 1
40 #define TLE94112_APP_LOGGER_ENABLED 1
42 #endif
43 
44 #include "tle94112-conf-dfl.hpp"
45 
48 #endif
TLE94112 Default Library Configuration.
TLE94112 Library Configuration Options.