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的更多相关文章

  1. [原]CentOS7安装Rancher2.1并部署kubernetes (三)---解决登录kubernets超时和部署测试Pod和Containter[nginx为例]

    ##################    Rancher v2.1.7  +    Kubernetes 1.13.4  ################ ##################### ...

  2. LATCH_VARIANT = Magna compile

    after: LATCH_VARIANT = Magna in m_project_cfg.mak of PG_.. 1. first error: SED   tmp__.dep/bin/sh: / ...

随机推荐

  1. Spring的ApplicationEvent实现

    原理:ApplicationContextAware接口提供了publishEvent方法,实现了Observe(观察者)设计模式的传播机制,实现了对bean的传播.通过ApplicationCont ...

  2. ratio_to_report 分析函数求占比

    drop table test; create table test ( name varchar(20), kemu varchar(20), score number  ); insert int ...

  3. 完美:利用旧版iCloud更改Apple ID地区

    朋友们,你们有没有尝试过从大陆地区以外的App Store上下载APP呢?或许听起来蛮有趣的,其实并不难,只需要更改Apple ID的地区就可以了,许多用户就是卡在下一步,需要输入付款信息,不过下面苹 ...

  4. 把Oracle由归档模式改为非归档模式

    把Oracle由归档模式改为非归档模式 开始–>运行命令cmd进入命令行模式 1. 使用命令sqlplus以无日志形式打开如下: sqlplus /nolog; 2. 连接数据库dev.worl ...

  5. 更改ORACLE归档路径及归档模式

    更改ORACLE归档路径及归档模式   在ORACLE10g和11g版本,ORACLE默认的日志归档路径为闪回恢复区($ORACLE_BASE/flash_recovery_area).对于这个路径, ...

  6. git push fatal: The remote end hung up unexpectedly

    git push fatal: The remote end hung up unexpectedly git config http.postBuffer git gc --aggressive 不 ...

  7. 补充:ajax PHP html js 实现 三级联动(省 市 区)

    html +  js   在一个页面 php

  8. MVCC&PURGE&分布式事务

    Ⅰ.MVCC介绍 consistent non-locking read,通过行多版本控制的方式读取当前执行时间点的记录 默认情况下innodb select没有任何锁,读到的记录在更新就通过undo ...

  9. nginx配置框架问题

    1.框架源文件没有引入 2.nginx fastcgi.conf配置允许访问上级目录地址 3.使用autoindex on;参数

  10. VAE (variational autoencoder)

    https://www.zhihu.com/question/41490383/answer/103006793 自编码是一种表示学习的技术,是deep learning的核心问题 让输入等于输出,取 ...