//***************************************************************************** // (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 CddStp_Cb.h /// /// \brief API for CddStp-Callbacks /// /// \author J. Kling, ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_STP_CB_H_ #define CDD_STP_CB_H_ //============================================================================= // Includes //============================================================================= // compare e.g. to "CddNcv78702_Cb.h" #include //============================================================================= // Interfaces / Prototypes //============================================================================= void CddStp_SpiRx(const uint16 unIx, const uint32 ulData); uint32 CddStp_SpiTx(const uint16 unIx); boolean CddStp8381_SpiGetConfig(uint16* punData); #endif // CDD_STP_CB_H_ // EOF