Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISUZU
VC66_7C
Commits
ae67a4f2
Commit
ae67a4f2
authored
Oct 24, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改禅道指示灯问题
parent
49df5f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Telltales_user.c
source/Application/APP/Telltales/Telltales_user.c
+3
-3
No files found.
source/Application/APP/Telltales/Telltales_user.c
View file @
ae67a4f2
...
@@ -44,7 +44,7 @@ const LED_Attribute_st LED_Attribute[LED_Max] =
...
@@ -44,7 +44,7 @@ const LED_Attribute_st LED_Attribute[LED_Max] =
{
em_LED_ENG_OIL_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_ENG_OIL_L_Judgement
,
LED_ENG_OIL_L_Execution
},
{
em_LED_ENG_OIL_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_ENG_OIL_L_Judgement
,
LED_ENG_OIL_L_Execution
},
{
em_LED_CHARG_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_CHARG_L_Judgement
,
LED_CHARG_L_Execution
},
{
em_LED_CHARG_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_CHARG_L_Judgement
,
LED_CHARG_L_Execution
},
{
em_LED_SEAT_BELT_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_SEAT_BELT_L_Judgement
,
LED_SEAT_BELT_L_Execution
},
{
em_LED_SEAT_BELT_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_SEAT_BELT_L_Judgement
,
LED_SEAT_BELT_L_Execution
},
{
em_LED_RR_DIFF_LOCK_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_RR_DIFF_LOCK_L_Judgement
,
LED_RR_DIFF_LOCK_L_Execution
},
{
em_LED_RR_DIFF_LOCK_L
,
No
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_RR_DIFF_LOCK_L_Judgement
,
LED_RR_DIFF_LOCK_L_Execution
},
{
em_LED_TPMS_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_TPMS_L_Judgement
,
LED_TPMS_L_Execution
},
{
em_LED_TPMS_L
,
SelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_TPMS_L_Judgement
,
LED_TPMS_L_Execution
},
{
em_LED_ASR_or_EVSC_OFF_L
,
NoSelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_ASR_or_EVSC_OFF_L_Judgement
,
LED_ASR_or_EVSC_OFF_L_Execution
},
{
em_LED_ASR_or_EVSC_OFF_L
,
NoSelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_ASR_or_EVSC_OFF_L_Judgement
,
LED_ASR_or_EVSC_OFF_L_Execution
},
{
em_LED_EVSC_L
,
NoSelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_EVSC_L_Judgement
,
LED_EVSC_L_Execution
},
{
em_LED_EVSC_L
,
NoSelfCheck
,
NoExterNalCheck
,
LED_IGN_ON
,
2500u
,
4500ul
,
LED_EVSC_L_Judgement
,
LED_EVSC_L_Execution
},
...
@@ -112,7 +112,7 @@ void Test_LED_AllLight(void)
...
@@ -112,7 +112,7 @@ void Test_LED_AllLight(void)
LED_ENG_OIL_L_Execution
(
LED_ON_State
);
LED_ENG_OIL_L_Execution
(
LED_ON_State
);
LED_CHARG_L_Execution
(
LED_ON_State
);
LED_CHARG_L_Execution
(
LED_ON_State
);
LED_SEAT_BELT_L_Execution
(
LED_ON_State
);
LED_SEAT_BELT_L_Execution
(
LED_ON_State
);
LED_RR_DIFF_LOCK_L_Execution
(
LED_ON_State
);
//
LED_RR_DIFF_LOCK_L_Execution(LED_ON_State);
LED_TPMS_L_Execution
(
LED_ON_State
);
LED_TPMS_L_Execution
(
LED_ON_State
);
LED_ASR_or_EVSC_OFF_L_Execution
(
LED_ON_State
);
LED_ASR_or_EVSC_OFF_L_Execution
(
LED_ON_State
);
LED_EVSC_L_Execution
(
LED_ON_State
);
LED_EVSC_L_Execution
(
LED_ON_State
);
...
@@ -1166,7 +1166,7 @@ void LED_SEAT_BELT_L_Execution(uint8_t led_status)
...
@@ -1166,7 +1166,7 @@ void LED_SEAT_BELT_L_Execution(uint8_t led_status)
L9 RR DIFF LOCK
L9 RR DIFF LOCK
信号接口:
信号接口:
信号定义:
信号定义:
输出信号:
输出信号:
禅道7048删除
******************************************************************************/
******************************************************************************/
uint8_t
LED_RR_DIFF_LOCK_L_Judgement
(
void
)
uint8_t
LED_RR_DIFF_LOCK_L_Judgement
(
void
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment