//***************************************************************************** // (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_RoutCfg.h /// /// \brief /// /// \author OTT, Peter ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_BOOST_ROUT_CFG_2021_07_01_H_ #define CDD_BOOST_ROUT_CFG_2021_07_01_H_ #ifdef UNIT_TEST #include #else //----------------------------------------------------------------------------- // Access to IoHwAbUser //----------------------------------------------------------------------------- #define CDDBOOST_GetECUSupply(pVolt) IoHwAbUser_GetECUSupply(pVolt) //----------------------------------------------------------------------------- // Parameter access //----------------------------------------------------------------------------- #define CDDBOOST_Para_LED_VBAT_MIN_ON_V (100u * applicationCodingData.Led1.LedSupplyVoltage.LED_VBAT_MIN_ON_V) // [0.1V]-->[mV] #endif // UNIT_TEST #endif // CDD_BOOST_ROUT_CFG_2021_07_01_H_