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: / ...
随机推荐
- 用 wait-notify 写一段代码来解决生产者-消费者问题
在同步块中调用 wait() 和 notify()方法,如果阻塞,通过循环来测试等待条件.请参考答案中的示例代码. [生产者] import java.util.Vector; import java ...
- bootstrap引入文件方法
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8& ...
- JS开发中常用的小技巧
1.获取指定范围内的随机数 1 2 3 function getRadomNum(min,max){ return Math.floor(Math.random() * (max - min ...
- [Golang] lua战斗验证服务器
我的另外一个开源项目,任何建议.指正错误和优化我都非常欢迎 baibaibai_000@163.com 简介 本项目是用go语言编写,结合cgo功能,支持高并发执行lua脚本的程序. 扩展 可以扩展成 ...
- Linux Tomcat8 启动堆内存溢出
今天在部署一个开源项目的时候,Tomcat8启动异常,报错信息: Exception in thread "RMI TCP Connection(idle)" java.lang. ...
- GO语言-基础语法:条件判断
1. IF判断(aa.txt内容:asdfgh.bb.txt内容:12345) package main import ( "io/ioutil" "fmt" ...
- LCA(Lowest Common Ancesor)
LCA(Lowest Common Ancesor) 1.基于二分搜索算法 预处理father[v][k]表示v的2的k次方层祖先,时间复杂度是O(nlogn),每次查询的时间复杂度是O(logn), ...
- POJ 2689 - Prime Distance - [埃筛]
题目链接:http://poj.org/problem?id=2689 Time Limit: 1000MS Memory Limit: 65536K Description The branch o ...
- Memcache&Redis
Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载.减少数据库读取次数来提高网站速度 先在一台机器安装memcache 然后使用Python 安装pip3 i ...
- 好用的 over the wall教程
还在为翻 xxx墙苦恼吗,一分钟就能搞定的翻xxx墙教程 1.下载chrome扩展插件 Proxy SwitchyOmega,加入到谷歌的高级扩展程序当中,这个就不详细讲解了. 请戳 https:// ...