//***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file CddBoost_Adapter.h /// /// \brief Prototypes for CddBoost Adapter /// /// \author OTT, Peter ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_BOOST_ADAPTER_2021_11_19_H_ #define CDD_BOOST_ADAPTER_2021_11_19_H_ //----------------------------------------------------------------------------- // includes //----------------------------------------------------------------------------- #include #include #include #include "CddSpiMcal.h" #include "Spi.h" #include "Spi_Cfg.h" //----------------------------------------------------------------------------- // Access to CddSpi //----------------------------------------------------------------------------- #define CDDBOOST_TransferMsg(Device, Data) CddSpi_TransferMsg(Device, Data) //----------------------------------------------------------------------------- // prototypes //----------------------------------------------------------------------------- void CddBoost_Adapter_Shutdown(void); #endif // CDD_BOOST_ADAPTER_2021_11_19_H_