latch release ......
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 ......的更多相关文章
- 冷饭新炒:理解Redisson中分布式锁的实现
前提 在很早很早之前,写过一篇文章介绍过Redis中的red lock的实现,但是在生产环境中,笔者所负责的项目使用的分布式锁组件一直是Redisson.Redisson是具备多种内存数据网格特性的基 ...
- PMON failed to acquire latch, see PMON dump
前几天,一台Oracle数据库(Oracle Database 10g Release 10.2.0.4.0 - 64bit Production)监控出现"PMON failed to a ...
- [转载】——故障排除:Shared Pool优化和Library Cache Latch冲突优化 (文档 ID 1523934.1)
原文链接:https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrlstate=23w4l35u5_4&id=152393 ...
- 案例:latch: cache buffers chains event tuning
前两天对oracle数据库(single instance)进行了迁移升级从10.2.0.4 升到11.2.0.3,有一个项目迁完后第二天,cpu负载升到了130更高(16cpus). 向用户询问后使 ...
- 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 ...
- 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 ...
- [20190423]简单测试latch nowilling等待模式.txt
[20190423]简单测试latch nowilling等待模式.txt --//我对这个问题的理解就是如果参数willing=0,表示无法获取该latch,直接退出,再寻找类似的latch.--/ ...
- [20190419]shared latch spin count 2.txt
[20190419]shared latch spin count 2.txt --//上午测试shared latch XX模式的情况,链接:http://blog.itpub.net/267265 ...
- [20190419]shared latch spin count.txt
[20190419]shared latch spin count.txt --//昨天测试exclusive latch spin count = 20000(缺省).--//今天测试shared ...
随机推荐
- win7 win10开启网络访问(网络访问 无法访问 网络访问需要输入密码 等问题处理)
狂客原创,转载请注明.侵权必究! 右键单击桌面的“网络”图标 选择“属性”. 在弹出的“网络和共享中心”窗口,点击“更改高级共享设置”. 参考文章:https://jingyan.baidu.com/ ...
- Javascript 运行上下文和作用域链
一.作用域Scope和上下文Context 在javascript中,作用域scope和上下文context是两个不同的概念.每个函数调用都会伴随着scope和context,从本质上来说,scope ...
- 没钱买windows怎么办?
ReactOS是一个与 Windows 环境二进制兼容的操作系统. 同时,他是一款开源.免费的操作系统.
- maven 中的mirror详解
一.前言 今天同事遇到个问题,本来公司是有maven私服的,但同事觉得上面有些东西下载不到,于是在自己本地的maven配置中加了: <mirrors> <mirror> < ...
- java JDK环境的配置
1. 在Administrator用户变量中新建: 变量名:JAVA_HOME 变量值:C:\Program Files (x86)\Java\jdk1.7.0_01 2. 在Administra ...
- Windows下64位Apache+PHP+MySQL配置
软件下载 目前,Apache和PHP均未出现官方的64位版本. Apache 64位: http://files.cnblogs.com/liangjie/httpd-2.2.19-win64.rar ...
- lucene学习教程
1Lucene的介绍 ①Lucene是什么: 是一个开放源代码的全文检索引擎工具包,但它不是一个完整的全文检索引擎,而是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎 ②Lu ...
- HDU 2612 - Find a way - [BFS]
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2612 Problem DescriptionPass a year learning in Hangz ...
- xcode代码提示没了
defaults write com.apple.dt.XCode IDEIndexDisable 0 https://www.jianshu.com/p/57a14bed9d1b
- TypeScript笔记
#安装typescript [1] npm install -g typescript #编译typescript tsc test.ts //会生成test.js文件 #泛型,即使用“类型变量”,函 ...