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
3f892b4b
Commit
3f892b4b
authored
Mar 01, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加初始化
parent
dd5c8e83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
PowerManagement_user.c
...ce/Application/APP/PowerManagement/PowerManagement_user.c
+8
-0
No files found.
source/Application/APP/PowerManagement/PowerManagement_user.c
View file @
3f892b4b
...
...
@@ -42,6 +42,10 @@
#include "GUI.h"
#include "Data_Fuel_User.h"
#include "kwp2000_tp.h"
#include "kwp2000_protocol.h"
#include "kwp2000_service.h"
#define POWER_NM_SLEEP 0U
#define POWER_NM_WAKEUP 1U
...
...
@@ -147,6 +151,8 @@ void Power_Sleep_Init(void)
Power_Status_t
Power_Wakeup_Init
(
void
)
{
Kwp2000_Init
();
Power_Status_t
u8PowerSts
;
/*电源 指示灯 硬线 通用信息部分 赵建智 维护开始*/
Common_DataInit
();
...
...
@@ -210,6 +216,8 @@ void Power_IG_OFF_Init(void)
}
void
Power_IG_ON_Init
(
void
)
{
Kwp2000_Init
();
Data_ODO_Clear_KL15Init
();
Telltales_KL15_Init
();
Line_In_KL15_ON_Init
();
...
...
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