//***************************************************************************** // (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 CddCPSQ5352.h /// /// \brief API for callbacks of CddCPSQ5352 /// /// \author OTT, Peter ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_CPSQ5352_CB_2021_01_21_H_ #define CDD_CPSQ5352_CB_2021_01_21_H_ //----------------------------------------------------------------------------- // Includes //----------------------------------------------------------------------------- #include //----------------------------------------------------------------------------- // Start declaration or definitions of functions //----------------------------------------------------------------------------- #define ctadCddLed_START_SEC_CODE #include <../Cfg/CddCPSQ5352_MemMap.h> uint32 CddCPSQ5352_SpiTx(const uint16 unDevIdx); void CddCPSQ5352_SpiRx(const uint16 unDevIdx, const uint32 ulData); boolean CddCPSQ5352_SpiGetConfig(uint16* punData); #define ctadCddLed_STOP_SEC_CODE #include <../Cfg/CddCPSQ5352_MemMap.h> //----------------------------------------------------------------------------- // End declaration or definitions of functions //----------------------------------------------------------------------------- #endif // CDD_CPSQ5352_CB_2021_01_21_H_