//***************************************************************************** // (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_Cfg.h /// /// \brief /// /// \author OTT, Peter ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_BOOST_CFG_2021_03_03_H_ #define CDD_BOOST_CFG_2021_03_03_H_ //----------------------------------------------------------------------------- // Defines //----------------------------------------------------------------------------- // number of LED channels #define CDDBOOST_Cfg_NbOfChannels 1u typedef enum { CDDBOOST_CHIP_INIT = 0, CDDBOOST_CHIP_TPS92682, CDDBOOST_CHIP_CPSQ5453, CDDBOOST_CHIP_MAX } teCddBoost_ChipSelect; // chip select micro #define CDDBOOST_CHIP_SELECT CDDBOOST_CHIP_CPSQ5453 #endif // CDD_BOOST_CFG_2021_03_03_H_