Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-platf-rpi.hpp
Go to the documentation of this file.
1 
9 #ifndef TLE94112_PLATF_RPI_HPP_
10 #define TLE94112_PLATF_RPI_HPP_
11 
12 #include <bcm2835.h>
13 
24 #define TLE94112_PIN_CS0 RPI_V2_GPIO_P1_24
25 
31 #define TLE94112_PIN_CS1 RPI_V2_GPIO_P1_26
32 #define TLE94112_PIN_CS2 RPI_V2_GPIO_P1_22
33 #define TLE94112_PIN_CS3 RPI_V2_GPIO_P1_15
34 
38 #define TLE94112_PIN_EN RPI_V2_GPIO_P1_37
39 
42 #endif