Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-pybind.cpp File Reference

TLE94112 Raspberry Pi Python Wrapper API. More...

#include <pybind11/pybind11.h>
#include "tle94112.hpp"
#include "tle94112-motor.hpp"
#include "tle94112-rpi.hpp"
Include dependency graph for tle94112-pybind.cpp:

Macros

#define STRINGIFY(x)   #x
 
#define MACRO_STRINGIFY(x)   STRINGIFY(x)
 

Typedefs

template<typename... Args>
using overload_cast_ = pybind11::detail::overload_cast_impl< Args... >
 

Functions

 PYBIND11_MODULE (multi_half_bridge_py, m)
 

Detailed Description

TLE94112 Raspberry Pi Python Wrapper API.

SPDX-License-Identifier: MIT

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ MACRO_STRINGIFY

#define MACRO_STRINGIFY (   x)    STRINGIFY(x)

Typedef Documentation

◆ overload_cast_

template<typename... Args>
using overload_cast_ = pybind11::detail::overload_cast_impl<Args...>

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( multi_half_bridge_py  ,
 
)
Here is the call graph for this function: