view cdg211/cdginc/p_dl.h @ 629:3231dd9b38c1

armio.c: make GPIOs 8 & 13 outputs driving 1 on all "classic" targets Calypso GPIOs 8 & 13 are pinmuxed with MCUEN1 & MCUEN2, respectively, and on powerup these pins are MCUEN, i.e., outputs driving 1. TI's code for C-Sample and earlier turns them into GPIOs configured as outputs also driving 1 - so far, so good - but TI's code for BOARD 41 (which covers D-Sample, Leonardo and all real world Calypso devices derived from the latter) switches them from MCUEN to GPIOs, but then leaves them as inputs. Given that the hardware powerup state of these two pins is outputs driving 1, every Calypso board design MUST be compatible with such driving; typically these GPIO signals will be either unused and unconnected or connected as outputs driving some peripheral. Turning these pins into GPIO inputs will result in floating inputs on every reasonably-wired board, thus I am convinced that this configuration is nothing but a bug on the part of whoever wrote this code at TI. This floating input bug had already been fixed earlier for GTA modem and FCDEV3B targets; the present change makes the fix unconditional for all "classic" targets. The newly affected targets are D-Sample, Leonardo, Tango and GTM900.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 02 Jan 2020 05:38:26 +0000
parents 56abf6cf8a0b
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_dl.h                                                         |
| SOURCE  : "__out__\g23m_dfile\prim\dl.pdf"                               |
| LastModified : "2004-04-28"                                              |
| IdAndVersion : "8010.100.02.010"                                         |
| SrcFileTime  : "Wed Jun 23 09:49:58 2004"                                |
| Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:15 2007                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : DL
 * COMPATIBILITY_DEFINES  : NO
 * ALWAYS_ENUM_IN_VAL_FILE: YES
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_DL_H
#define P_DL_H


#define CDG_ENTER__P_DL_H

#define CDG_ENTER__FILENAME _P_DL_H
#define CDG_ENTER__P_DL_H__FILE_TYPE CDGINC
#define CDG_ENTER__P_DL_H__LAST_MODIFIED _2004_04_28
#define CDG_ENTER__P_DL_H__ID_AND_VERSION _8010_100_02_010

#define CDG_ENTER__P_DL_H__SRC_FILE_TIME _Wed_Jun_23_09_49_58_2004

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_DL_H

#undef CDG_ENTER__FILENAME


#include "p_dl.val"

/* #include "p_8010_147_l1_include.h" */

/* #include "p_8010_152_ps_include.h" */

/* #include "p_8010_153_cause_include.h" */

#include "p_mphc.h" 


/*
 * typedef between var and valtab enums
 */
#ifndef __T_DL_indication__
#define __T_DL_indication__
typedef T_DL_VAL_indication T_DL_indication;
#endif

#ifndef __T_DL_mode__
#define __T_DL_mode__
typedef T_DL_VAL_mode T_DL_mode;
#endif

// VAR-FF: !TI_DUAL_MODE  
#ifndef __T_DL_sapi__
#define __T_DL_sapi__
typedef T_DL_VAL_sapi T_DL_sapi;
#endif

#ifndef __T_DL_cnf__
#define __T_DL_cnf__
typedef T_DL_VAL_cnf T_DL_cnf;
#endif

// VAR-FF: !TI_DUAL_MODE  
#ifndef __T_DL_cs__
#define __T_DL_cs__
typedef T_DL_VAL_cs T_DL_cs;
#endif


/*
 * End of substructure section, begin of primitive definition section
 */

#ifndef __T_DL_ESTABLISH_REQ__
#define __T_DL_ESTABLISH_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==981
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  T_sdu                     sdu;                      /*<  4: ? > Container for a message                            */
} T_DL_ESTABLISH_REQ;
#endif

#ifndef __T_DL_ESTABLISH_CNF__
#define __T_DL_ESTABLISH_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==982
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        indication;               /*<  2:  1> T_DL_indication,  Indication for unserved data requests */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_ESTABLISH_CNF;
#endif

#ifndef __T_DL_ESTABLISH_IND__
#define __T_DL_ESTABLISH_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==983
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        indication;               /*<  2:  1> T_DL_indication,  Indication for unserved data requests */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_ESTABLISH_IND;
#endif

#ifndef __T_DL_RELEASE_REQ__
#define __T_DL_RELEASE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==984
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        mode;                     /*<  2:  1> T_DL_mode,  release mode                           */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_RELEASE_REQ;
#endif

#ifndef __T_DL_RELEASE_CNF__
#define __T_DL_RELEASE_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==985
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        indication;               /*<  2:  1> T_DL_indication,  Indication for unserved data requests */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_RELEASE_CNF;
#endif

#ifndef __T_DL_RELEASE_IND__
#define __T_DL_RELEASE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==986
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
// ELEM-FF: TI_DUAL_MODE 
// ELEM-FF: !TI_DUAL_MODE 
  U8                        cs;                       /*<  2:  1> T_DL_cs,  error cause                              */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_RELEASE_IND;
#endif

#ifndef __T_DL_DATA_REQ__
#define __T_DL_DATA_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==987
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        cnf;                      /*<  2:  1> T_DL_cnf,  Confimation demand                      */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  3:  1> alignment                                          */
  T_sdu                     sdu;                      /*<  4: ? > Container for a message                            */
} T_DL_DATA_REQ;
#endif

#ifndef __T_DL_DATA_CNF__
#define __T_DL_DATA_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==988
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        cnf;                      /*<  2:  1> T_DL_cnf,  Confimation demand                      */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_DL_DATA_CNF;
#endif

#ifndef __T_DL_DATA_IND__
#define __T_DL_DATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==989
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
// ELEM-FF: TI_DUAL_MODE 
//   U32                       fn;                       /*<  0:  0> T_FN,  Frame number                                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  U32                       fn;                       /*<  4:  4> Frame number                                       */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  T_sdu                     sdu;                      /*<  8: ? > Container for a message                            */
} T_DL_DATA_IND;
#endif

#ifndef __T_DL_UNITDATA_REQ__
#define __T_DL_UNITDATA_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==990
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  T_sdu                     sdu;                      /*<  0: ? > Container for a message                            */
} T_DL_UNITDATA_REQ;
#endif

#ifndef __T_DL_UNITDATA_IND__
#define __T_DL_UNITDATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==991
 */
typedef struct
{
  U8                        error_flag;               /*<  0:  1> error cause                                        */
  U8                        pwr_lev;                  /*<  1:  1> Ordered mobile power level                         */
  U8                        ta;                       /*<  2:  1> Timing advance                                     */
// ELEM-FF: TI_DUAL_MODE 
//   U32                       fn;                       /*<  0:  0> T_FN,  Frame number                                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  3:  1> alignment                                          */
  U32                       fn;                       /*<  4:  4> Frame number                                       */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  T_sdu                     sdu;                      /*<  8: ? > Container for a message                            */
} T_DL_UNITDATA_IND;
#endif

#ifndef __T_DL_SHORT_UNITDATA_REQ__
#define __T_DL_SHORT_UNITDATA_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==992
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_sdu                     sdu;                      /*<  4: ? > Container for a message                            */
} T_DL_SHORT_UNITDATA_REQ;
#endif

#ifndef __T_DL_SHORT_UNITDATA_IND__
#define __T_DL_SHORT_UNITDATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==993
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
  U8                        error_flag;               /*<  1:  1> error cause                                        */
  U8                        pwr_lev;                  /*<  2:  1> Ordered mobile power level                         */
  U8                        ta;                       /*<  3:  1> Timing advance                                     */
// ELEM-FF: TI_DUAL_MODE 
//   U32                       fn;                       /*<  0:  0> T_FN,  Frame number                                */
// ELEM-FF: !TI_DUAL_MODE 
  U32                       fn;                       /*<  4:  4> Frame number                                       */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  T_sdu                     sdu;                      /*<  8: ? > Container for a message                            */
} T_DL_SHORT_UNITDATA_IND;
#endif

#ifndef __T_DL_SUSPEND_REQ__
#define __T_DL_SUSPEND_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==994
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_DL_SUSPEND_REQ;
#endif

#ifndef __T_DL_RESUME_REQ__
#define __T_DL_RESUME_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==995
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  T_sdu                     sdu;                      /*<  4: ? > Container for a message                            */
} T_DL_RESUME_REQ;
#endif

#ifndef __T_DL_RECONNECT_REQ__
#define __T_DL_RECONNECT_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==996
 */
typedef struct
{
// ELEM-FF: TI_DUAL_MODE 
//   U8                        ch_type;                  /*<  0:  0> T_L2_CHANNEL,  Layer 2 channel-type                */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        ch_type;                  /*<  0:  1> Layer 2 channel-type                               */
// ELEM-FF: TI_DUAL_MODE 
//   U8                        sapi;                     /*<  0:  0> T_PS_sapi,  Service Access Point Identifier        */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        sapi;                     /*<  1:  1> T_DL_sapi,  service access point identifier        */
// ELEM-FF: TI_DUAL_MODE 
//   T_sdu                     sdu;                      /*<  0:  0> Container for a message                            */
// ELEM-FF: !TI_DUAL_MODE 
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
  T_sdu                     sdu;                      /*<  4: ? > Container for a message                            */
} T_DL_RECONNECT_REQ;
#endif

#ifndef __T_DL_TRACE_REQ__
#define __T_DL_TRACE_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==997
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_DL_TRACE_REQ;
#endif

#ifndef __T_DL_SIGNAL_ESTABLISH_IND__
#define __T_DL_SIGNAL_ESTABLISH_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==998
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_ESTABLISH_IND;
#endif

#ifndef __T_DL_SIGNAL_ESTABLISH_CNF__
#define __T_DL_SIGNAL_ESTABLISH_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==999
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_ESTABLISH_CNF;
#endif

#ifndef __T_DL_SIGNAL_DATA_IND__
#define __T_DL_SIGNAL_DATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1000
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_DATA_IND;
#endif

#ifndef __T_DL_SIGNAL_DATA_CNF__
#define __T_DL_SIGNAL_DATA_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1001
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_DATA_CNF;
#endif

#ifndef __T_DL_SIGNAL_UNITDATA_IND__
#define __T_DL_SIGNAL_UNITDATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1002
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_UNITDATA_IND;
#endif

#ifndef __T_DL_SIGNAL_SHORT_UNITDATA_IND__
#define __T_DL_SIGNAL_SHORT_UNITDATA_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1003
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_SHORT_UNITDATA_IND;
#endif

#ifndef __T_DL_SIGNAL_RELEASE_IND__
#define __T_DL_SIGNAL_RELEASE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1004
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_RELEASE_IND;
#endif

#ifndef __T_DL_SIGNAL_RELEASE_CNF__
#define __T_DL_SIGNAL_RELEASE_CNF__
/*
 * 
 * CCDGEN:WriteStruct_Count==1005
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_RELEASE_CNF;
#endif

#ifndef __T_DL_SIGNAL_ERROR_IND__
#define __T_DL_SIGNAL_ERROR_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1006
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_ERROR_IND;
#endif

#ifndef __T_DL_SIGNAL_FREE_POINTER__
#define __T_DL_SIGNAL_FREE_POINTER__
/*
 * 
 * CCDGEN:WriteStruct_Count==1007
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_FREE_POINTER;
#endif

#ifndef __T_DL_SIGNAL_CONCATENATE__
#define __T_DL_SIGNAL_CONCATENATE__
/*
 * 
 * CCDGEN:WriteStruct_Count==1008
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_CONCATENATE;
#endif

#ifndef __T_DL_SIGNAL_L2TRACE__
#define __T_DL_SIGNAL_L2TRACE__
/*
 * 
 * CCDGEN:WriteStruct_Count==1009
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_L2TRACE;
#endif

#ifndef __T_DL_SIGNAL_L3TRACE__
#define __T_DL_SIGNAL_L3TRACE__
/*
 * 
 * CCDGEN:WriteStruct_Count==1010
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_L3TRACE;
#endif

#ifndef __T_DL_SIGNAL_EM_IND__
#define __T_DL_SIGNAL_EM_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==1011
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_DL_SIGNAL_EM_IND;
#endif

#ifndef __T_DL_SIGNAL_EM_WRITE__
#define __T_DL_SIGNAL_EM_WRITE__
/*
 * 
 * CCDGEN:WriteStruct_Count==1012
 */
typedef struct
{
  U32                       signal_data;              /*<  0:  4> Pointer to signal data                             */
} T_DL_SIGNAL_EM_WRITE;
#endif

#ifndef __T_DL_SIGNAL_EM_READ__
#define __T_DL_SIGNAL_EM_READ__
/*
 * 
 * CCDGEN:WriteStruct_Count==1013
 */
typedef struct
{
  U8                        dummy;                    /*<  0:  1> no parameters                                      */
} T_DL_SIGNAL_EM_READ;
#endif


#include "CDG_LEAVE.h"


#endif