Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
logger-arduino.hpp
Go to the documentation of this file.
1 
9 #ifndef LOGGER_ARDUINO_H_
10 #define LOGGER_ARDUINO_H_
11 
12 #include "tle94112-conf.hpp"
13 #include "logger.hpp"
14 
15 #if (TLE94112_LOGGER_ENABLED == 1)
16 
17 using namespace tle94112;
18 
24 class LoggerIno : public LoggerPAL
25 {
26  public:
27  LoggerIno ();
28  ~LoggerIno ();
29  Error_t init ();
30  Error_t deinit ();
31  Error_t write (const uint8_t * log_data, uint32_t length);
32 };
33 
39 extern LoggerIno logpalino;
40 
41 #endif /* TLE94112_LOGGER_ENABLED */
42 #endif
Error_t
Definition: tle94112-types.hpp:26
TLE94112 Logger Platform Abstraction Layer.
Definition: tle94112-types.hpp:14
TLE94112 Library Configuration.