view cdg211/cdginc/p_snsm.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_snsm.h                                                       |
| SOURCE  : "__out__\g23m_dfile\prim\snsm.pdf"                             |
| LastModified : "2000-06-02"                                              |
| IdAndVersion : "8441.109.99.005"                                         |
| SrcFileTime  : "Tue Mar 29 15:21:40 2005"                                |
| Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:16 2007                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : NONE
 * COMPATIBILITY_DEFINES  : NO (require PREFIX)
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_SNSM_H
#define P_SNSM_H


#define CDG_ENTER__P_SNSM_H

#define CDG_ENTER__FILENAME _P_SNSM_H
#define CDG_ENTER__P_SNSM_H__FILE_TYPE CDGINC
#define CDG_ENTER__P_SNSM_H__LAST_MODIFIED _2000_06_02
#define CDG_ENTER__P_SNSM_H__ID_AND_VERSION _8441_109_99_005

#define CDG_ENTER__P_SNSM_H__SRC_FILE_TIME _Tue_Mar_29_15_21_40_2005

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_SNSM_H

#undef CDG_ENTER__FILENAME


#include "p_snsm.val"

#ifndef __T_snsm_qos__
#define __T_snsm_qos__
/*
 * quality of service
 * CCDGEN:WriteStruct_Count==2161
 */
typedef struct
{
  U8                        delay;                    /*<  0:  1> delay class                                        */
  U8                        relclass;                 /*<  1:  1> reliablility class                                 */
  U8                        peak;                     /*<  2:  1> peak throughput                                    */
  U8                        preced;                   /*<  3:  1> precedence class                                   */
  U8                        mean;                     /*<  4:  1> main throughput                                    */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_snsm_qos;
#endif


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

#ifndef __T_SNSM_ACTIVATE_IND__
#define __T_SNSM_ACTIVATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2162
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_snsm_qos                snsm_qos;                 /*<  4:  8> quality of service                                 */
  U8                        sapi;                     /*< 12:  1> service access point identifier                    */
  U8                        radio_prio;               /*< 13:  1> radio priority                                     */
  U8                        ppp_hc;                   /*< 14:  1> header compression of PPP connection               */
  U8                        msid;                     /*< 15:  1> max slot identifier                                */
  U8                        dcomp;                    /*< 16:  1> Data compression used/requested                    */
  U8                        hcomp;                    /*< 17:  1> Header compression used/requested                  */
  U8                        _align3;                  /*< 18:  1> alignment                                          */
  U8                        _align4;                  /*< 19:  1> alignment                                          */
  U32                       dti_linkid;               /*< 20:  4> DTI link identifier                                */
  U32                       dti_neighbor;             /*< 24:  4> DTI neighbor entity name                           */
  U8                        dti_direction;            /*< 28:  1> direction of DTI connection                        */
  U8                        _align5;                  /*< 29:  1> alignment                                          */
  U8                        _align6;                  /*< 30:  1> alignment                                          */
  U8                        _align7;                  /*< 31:  1> alignment                                          */
} T_SNSM_ACTIVATE_IND;
#endif

#ifndef __T_SNSM_ACTIVATE_RES__
#define __T_SNSM_ACTIVATE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2163
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        ppp_hc;                   /*<  1:  1> header compression of PPP connection               */
  U8                        msid;                     /*<  2:  1> max slot identifier                                */
  U8                        dcomp;                    /*<  3:  1> Data compression used/requested                    */
  U8                        hcomp;                    /*<  4:  1> Header compression used/requested                  */
  U8                        _align0;                  /*<  5:  1> alignment                                          */
  U8                        _align1;                  /*<  6:  1> alignment                                          */
  U8                        _align2;                  /*<  7:  1> alignment                                          */
} T_SNSM_ACTIVATE_RES;
#endif

#ifndef __T_SNSM_DEACTIVATE_IND__
#define __T_SNSM_DEACTIVATE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2164
 */
typedef struct
{
  U16                       nsapi_set;                /*<  0:  2> set of network layer service access point identifiers */
  U8                        rel_ind;                  /*<  2:  1> Release indicator                                  */
  U8                        _align0;                  /*<  3:  1> alignment                                          */
} T_SNSM_DEACTIVATE_IND;
#endif

#ifndef __T_SNSM_DEACTIVATE_RES__
#define __T_SNSM_DEACTIVATE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2165
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_SNSM_DEACTIVATE_RES;
#endif

#ifndef __T_SNSM_MODIFY_IND__
#define __T_SNSM_MODIFY_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2166
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
  T_snsm_qos                snsm_qos;                 /*<  4:  8> quality of service                                 */
  U8                        sapi;                     /*< 12:  1> service access point identifier                    */
  U8                        radio_prio;               /*< 13:  1> radio priority                                     */
  U8                        send_no;                  /*< 14:  1> send n-pdu number                                  */
  U8                        rec_no;                   /*< 15:  1> receive n-pdu number                               */
} T_SNSM_MODIFY_IND;
#endif

#ifndef __T_SNSM_MODIFY_RES__
#define __T_SNSM_MODIFY_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2167
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U8                        _align1;                  /*<  2:  1> alignment                                          */
  U8                        _align2;                  /*<  3:  1> alignment                                          */
} T_SNSM_MODIFY_RES;
#endif

#ifndef __T_SNSM_STATUS_REQ__
#define __T_SNSM_STATUS_REQ__
/*
 * 
 * CCDGEN:WriteStruct_Count==2168
 */
typedef struct
{
  U8                        sapi;                     /*<  0:  1> service access point identifier                    */
  U8                        _align0;                  /*<  1:  1> alignment                                          */
  U16                       status_cause;             /*<  2:  2> Cause of the error                                 */
} T_SNSM_STATUS_REQ;
#endif

#ifndef __T_SNSM_SEQUENCE_IND__
#define __T_SNSM_SEQUENCE_IND__
/*
 * 
 * CCDGEN:WriteStruct_Count==2169
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        rec_no;                   /*<  1:  1> receive n-pdu number                               */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SNSM_SEQUENCE_IND;
#endif

#ifndef __T_SNSM_SEQUENCE_RES__
#define __T_SNSM_SEQUENCE_RES__
/*
 * 
 * CCDGEN:WriteStruct_Count==2170
 */
typedef struct
{
  U8                        nsapi;                    /*<  0:  1> network layer service access point identifier      */
  U8                        rec_no;                   /*<  1:  1> receive n-pdu number                               */
  U8                        _align0;                  /*<  2:  1> alignment                                          */
  U8                        _align1;                  /*<  3:  1> alignment                                          */
} T_SNSM_SEQUENCE_RES;
#endif


#include "CDG_LEAVE.h"


#endif