Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-mtb.hpp
Go to the documentation of this file.
1 
9 #ifndef TLE94112_MTB_HPP_
10 #define TLE94112_MTB_HPP_
11 
12 #include "tle94112.hpp"
13 #include "tle94112-platf-mtb.hpp"
14 #include "cyhal_gpio.h"
15 
20 class Tle94112Mtb: virtual public Tle94112
21 {
22  public:
23 
24  Tle94112Mtb(void);
25  Tle94112Mtb(cyhal_gpio_t csPin);
26  Tle94112Mtb(cyhal_gpio_t csPin,cyhal_gpio_t misoPin,cyhal_gpio_t mosiPin,cyhal_gpio_t sckPin);
27 
28 };
29 
32 #endif
Tle94112Mtb(void)
Construct a new Tle94112Mtb object This constructor calls with default pinsetting for the MCU board....
Definition: tle94112-mtb.cpp:39
Definition: tle94112-mtb.hpp:21
represents a basic TLE94112
Definition: tle94112.hpp:67
TLE94112 ModusToolbox Hardware Platforms.
TLE94112 Core API.