/************************************************************************* $Archive: /PACS/OnBoard/m_smcsre.h $ $Revision: 1.10 $ $Date: 2009/04/23 13:51:12 $ $Author: amazy $ $Log: m_smcsre.h,v $ Revision 1.10 2009/04/23 13:51:12 amazy 6.029 * * 2 28/08/02 11:49 Amazy * Added the header with the history log *************************************************************************/ /***************************************************************************** * * Project name: Herschel PACS DEC-MEC * Product name: DM_LLDRV * Object name: m_smcsre * Filename: %M% * Language: C (ADSP-21020) * Compiler: G21K - r3.3 * Company: CRISA * Author: F. Torrero * Version: %I% * Creation date: 25/Mar/2002 * Last Modification date: %G% * * Description =============================================================== * * This module implements reset and stop functions for two SMCS chips * * Change log =============================================================== * * | DATE | NEW VERSION | AUTHOR | REASON FOR CHANGE | * =========================================================================== * * 25/Mar/02 1 F.Torrero Creation * * ****************************************************************************/ #ifndef M_SMCSRE_H #define M_SMCSRE_H /***************************************************************************** INCLUDES *****************************************************************************/ #include "l_gendef.h" /***************************************************************************** PROVIDED CONSTANTS *****************************************************************************/ /***************************************************************************** PROVIDED TYPES *****************************************************************************/ /***************************************************************************** PROVIDED VARIABLES *****************************************************************************/ /***************************************************************************** DECLARATION OF PROVIDED FUNCTIONS *****************************************************************************/ T_SR DSMCS_ResetChannelTxSection(T_UNSIGNED_32 Channel); T_SR DSMCS_ResetChannelRxSection(T_UNSIGNED_32 Channel); T_SR DSMCS_ResetSMCSChip(T_UNSIGNED_32 SMCSChip); T_SR DSMCS_StopChannel(T_UNSIGNED_32 Channel); #endif /* M_SMCSRE_H */