SCI_Call_Bsw_SetPwmMotorGroupB
Sci_Bsw.c -- definition
MotorGroupB_cfg.c -- called
in LatchControl_Magna.c:
extern uint16 Sci_DRead_ParaMotorGroupB_u16_Motor1CinchDoneTime1();
extern uint16 Sci_DRead_ParaMotorGroupB_u16_Motor1ReleaseDoneTime1();
in MotorGroupB_Para.cfg:
PARAMETER_SET_CFG(uint16 ,u16_Motor1RelaeseDoneCurrent1 ,5000u ,0u ,65535u ,MotorGroupB ,"[mA] ,[1] , If Pawl switch and Ratchet switch are detected as active, and PCU motor current is bigger than this value for Motor1ReleaseDoneTime1, latch is released successfully.")
PARAMETER_SET_CFG(uint16 ,u16_Motor1RelaeseDoneCurrent2 ,5000u ,0u ,65535u ,MotorGroupB ,"[mA] ,[1] , If Pawl switch is active and Ratchet switch is inactive, and PCU motor current is bigger than this value for Motor1ReleaseDoneTime2, latch is released successfully.")
SCI_Call_Bsw_SetPwmMotorGroupB的更多相关文章
- [原]CentOS7安装Rancher2.1并部署kubernetes (三)---解决登录kubernets超时和部署测试Pod和Containter[nginx为例]
################## Rancher v2.1.7 + Kubernetes 1.13.4 ################ ##################### ...
- LATCH_VARIANT = Magna compile
after: LATCH_VARIANT = Magna in m_project_cfg.mak of PG_.. 1. first error: SED tmp__.dep/bin/sh: / ...
随机推荐
- Apache kylin进阶——元数据篇
一.Apache kylin元数据的存储 Apache kylin的元数据包括 立方体描述(cube description),立方体实例(cube instances)项目(project).作业( ...
- ubuntu中安装blogPost
1.实验环境 Ubuntu16.04x86 2.安装blogPost步骤 2.1 安装方式比较简单,打开ubuntu软件中心 2.2 搜索DB Browser for SQLite,点击安装即可 上图 ...
- C++ Addon Async 异步机制
线程队列: libuv,window 可在libuv官网下载相应版本 opencv: 编译的时候opencv的位数要和 node的bit 一致 兼容electron : node-gyp rebu ...
- hdu 2097 sky数(进制转换)
Sky数 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submis ...
- 【谈谈IO】BIO、NIO和AIO
BIO: BIO是阻塞IO,体现在一个线程调用IO的时候,会挂起等待,然后Thread会进入blocked状态:这样线程资源就会被闲置,造成资源浪费,通常一个系统线程数是有限的,而且,Thread进入 ...
- 【转】- 从FM推演各深度CTR预估模型(附代码)
从FM推演各深度CTR预估模型(附代码) 2018年07月13日 15:04:34 阅读数:584 作者: 龙心尘 && 寒小阳 时间:2018年7月 出处: 龙心尘 寒小阳
- linux下部分软件截图
1.配置环境变量 vi /etc/profile JAVA_HOME=/usr/local/usr_software/jdk_1.8.0.121CLASSPATH=.:$JAVA_HOME/lib/t ...
- 队列模拟基本操作I
看到这道题,第一个想法就是“搜索”!“回溯”!的确,这种思路是很正确的,BFS和DFS都可以来解决: #include <cstdlib> #include <cstring> ...
- vb中的sortedList和java中的
vb中sortedList集合了数组和散列表的特征,可以像数组,ArrayList等索引获取值,也可以像hashtable,hashmap等散列表通过键值对获取值
- Linux 安装mysql mariadb配置
CentOS 7.0 使用 yum 安装 MariaDB 与 MariaDB 的简单配置 1.安装MariaDB 安装命令 yum -y install mariadb mariadb-server ...