//***************************************************************************** // (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 CddTle94x1_Cb.h /// /// \brief API for callbacks of CddTle94x1 /// /// \author ZHAO, Kai ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_TLE94X1_CB_2021_04_13_H_ #define CDD_TLE94X1_CB_2021_04_13_H_ //============================================================================= // Includes //============================================================================= #include //----------------------------------------------------------------------------- // Start declaration or definitions of functions //----------------------------------------------------------------------------- #define ctadCddSbc_START_SEC_CODE #include <../Cfg/CddTle94x1_MemMap.h> //============================================================================= // Prototypes //============================================================================= uint32 CddTle94x1_SpiTx(uint16 unIx); void CddTle94x1_SpiRx(uint16 unIx, uint32 ulData); #define ctadCddSbc_STOP_SEC_CODE #include <../Cfg/CddTle94x1_MemMap.h> //----------------------------------------------------------------------------- // End declaration or definitions of functions //----------------------------------------------------------------------------- #endif // CDD_TLE94x1_CB_2021_04_13_H_