MainControl_cfg.c

brings error:  not defined.

/* e_TIMER_MCtrlLatchReleaseTime  */     TIMER_ID_MCtrlLatchReleaseTime        ,
 /* e_TIMER_MCtrlLatchReleaseTime  */     TIMER_ID_MCtrlLatchStateTransDelayTime,
};

18:12 updated

automaticmoveControl_Para.cfg

MainControl_Para.cfg

MainControl_MainFsm.c

MotorGroupB_cfg.c

Parameter_cfg.c

PowerManager_cfg.c

16:25

1. in MainControl_LatchFsm.c

static void MainFsm_LatchOpening_Entry(void)
{

mb_LatchReleaseRequest = TRUE;

2. in MCtrl_LatchFsm_Idl()

if( TRUE == mb_LatchReleaseRequest)

{  MainLatchFsm.FsmStateNext = FSM_LATCH_RELEASE; }

2019/4/28--15:26

after MCtrl_HandleHmiRequest()

in MainControlFSM(&MainLatchFsm)

state not changed.

what trig it change?

Discovery:

port_cfg.h

witti:

#define PORT_CONFIG_PIN_E0_USAGE                        PORT_CONFIG_GPIO_OUT

magna:

#define PORT_CONFIG_PIN_E0_USAGE                        PORT_CONFIG_ALT1_OUT

in m_pot_bsw_cfg, Dlt_sci.c:

SIU.PCR[PORT_C_PIN_8].R = PORT_CONFIG_ALT1_OUT;  /* SW_DEB_TX */
 SIU.PCR[PORT_C_PIN_9].R = PORT_CONFIG_GPIO_IN;   /* SW_DEB_RX */

sci_buscontrol.h

#define SCI_USE_BSW_NWK_Write_LatchPosStatus

Sci_IoHwAbMapping.cfg

PWM_CHANNEL_CFG ( E_BSW_PWO_MOTOR_B                 ,  BSWIF_PWM_MOTOR_B                 )

Sci_Constraints_cfg_If.h

#define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutRelease      (0x01)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutHomeShort    (0x02)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_TimeoutHomeOpen     (0x04)
  #define DIA_ERROR_RESULT_LATCH_MSK_SPARE_OverCurrent         (0x08)

Sci_Bsw_Nwk_If.h

typedef enum
{
    E_BSW_NWK_SIG_LATCH_POS_INVALID,
    E_BSW_NWK_SIG_LATCH_POS_SECONDARY,
 E_BSW_NWK_SIG_LATCH_POS_PRIMARY,
 E_BSW_NWK_SIG_LATCH_POS_OPEN
}BswNwk_LatchPosStsT;

2019/4/26--15:09

BusControl.c

update:

#if 0 // ZXQ
static void Bco_UpdatePTG_SecondaryPosition(void)

debugged into

Constraint.c , runConstraints_Check

SCI_Read_applDiagnosis_ErrorResults

SCI_Read_Environment_EnvErrorFlags

ColdRead:

1. pwm.c

EMIOS_CHANNEL_PWM_MOTOR_B_UC  initialization

Pwm_FrequencySweepRandom

2. emios_cfg.c

emios_cfg.h

latch release ......的更多相关文章

  1. 冷饭新炒:理解Redisson中分布式锁的实现

    前提 在很早很早之前,写过一篇文章介绍过Redis中的red lock的实现,但是在生产环境中,笔者所负责的项目使用的分布式锁组件一直是Redisson.Redisson是具备多种内存数据网格特性的基 ...

  2. PMON failed to acquire latch, see PMON dump

    前几天,一台Oracle数据库(Oracle Database 10g Release 10.2.0.4.0 - 64bit Production)监控出现"PMON failed to a ...

  3. [转载】——故障排除:Shared Pool优化和Library Cache Latch冲突优化 (文档 ID 1523934.1)

    原文链接:https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrlstate=23w4l35u5_4&id=152393 ...

  4. 案例:latch: cache buffers chains event tuning

    前两天对oracle数据库(single instance)进行了迁移升级从10.2.0.4 升到11.2.0.3,有一个项目迁完后第二天,cpu负载升到了130更高(16cpus). 向用户询问后使 ...

  5. Database Initialization Parameters for Oracle E-Business Suite Release 12 (文档 ID 396009.1)

    In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Re ...

  6. Database Initialization Parameters for Oracle E-Business Suite Release 12

    In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Re ...

  7. [20190423]简单测试latch nowilling等待模式.txt

    [20190423]简单测试latch nowilling等待模式.txt --//我对这个问题的理解就是如果参数willing=0,表示无法获取该latch,直接退出,再寻找类似的latch.--/ ...

  8. [20190419]shared latch spin count 2.txt

    [20190419]shared latch spin count 2.txt --//上午测试shared latch XX模式的情况,链接:http://blog.itpub.net/267265 ...

  9. [20190419]shared latch spin count.txt

    [20190419]shared latch spin count.txt --//昨天测试exclusive latch spin count = 20000(缺省).--//今天测试shared ...

随机推荐

  1. 0710 mux协议的作用(ppp拨号时如何和gprs进行at指令交互)

    ppp拨号使gprs上网的同时如何和gprs模块进行at指令的交互,这是一个问题. 在linux中,ppp拨号上网是内核中支持的,只需要在内核配置中选上. ppp拨号的方式使gprs进行上网与at指令 ...

  2. Android学习:自定义组件,DrawView

    布局文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:to ...

  3. System.InvalidOperationException:“线程间操作无效: 从不是创建控件“txtPortName02”的线程访问它。”

    “System.InvalidOperationException”类型的未经处理的异常在 System.Windows.Forms.dll 中发生 其他信息: 线程间操作无效: 从不是创建控件“tx ...

  4. Mysql order by与limit混用陷阱

    在Mysql中我们常常用order by来进行排序,使用limit来进行分页,当需要先排序后分页时我们往往使用类似的写法select * from 表名 order by 排序字段 limt M,N. ...

  5. hive reduce 阶段GC Exception

    某个reduce中的value堆积的对象过多,导致jvm频繁GC. 解决办法: 1. 增加reduce个数,set mapred.reduce.tasks=300,. 2. 在hive-site.xm ...

  6. python 链表表达式 map、filter易读版

    链表推导式 [x for x in x] 链表推导式提供了一个创建链表的简单途径,无需使用 map(), filter() 以及 lambda.返回链表的定义通常要比创建这些链表更清晰.每一个链表推导 ...

  7. CString 成员函数用法

    参考文档:http://www.cnblogs.com/Caiqinghua/archive/2009/02/16/1391190.html CString的构造函数CString( );例:CStr ...

  8. TS的一些小东西

    首先介绍下泛型的三种方法,函数声明,函数表达式,箭头函数 function Interview2<T>(name:T):T{ return name } let mn=function&l ...

  9. Codeforces 1136E - Nastya Hasn't Written a Legend - [线段树+二分]

    题目链接:https://codeforces.com/problemset/problem/1136/E 题意: 给出一个 $a[1 \sim n]$,以及一个 $k[1 \sim (n-1)]$, ...

  10. python练习题-day9

    2.写函数,检查获取传入列表或元组对象的所有奇数位索引对应的元素,并将其作为新列表返回给调用者. def dan_index(itter): li=[] for i in range(len(itte ...