Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
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
时昊
IVECO_NS216
Commits
72509cbb
Commit
72509cbb
authored
Jun 28, 2024
by
时昊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cpc' into 'shihao'
Cpc See merge request
!22
parents
123b855f
a3847cc3
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
DataProcess.c
source/Appliciation/DataProcess.c
+3
-3
GUI.h
source/Appliciation/Display/GUI.h
+1
-1
FuelConfig.c
source/Appliciation/FuelConfig.c
+1
-1
r_dev_clk.c
source/Driver/Clock/r_dev_clk.c
+1
-1
Buzzer_Play_User.h
source/Driver/Sound/Buzzer_Play_User.h
+1
-1
init.c
source/System/init.c
+1
-1
No files found.
source/Appliciation/DataProcess.c
View file @
72509cbb
...
@@ -22,9 +22,9 @@ DataVSPeedDampingStruct DataVSPeedDamping;
...
@@ -22,9 +22,9 @@ DataVSPeedDampingStruct DataVSPeedDamping;
uint16_t
ESpeedCAFD
;
uint16_t
ESpeedCAFD
;
uint16_t
DataESpeedActual
;
//
uint16_t DataESpeedActual;
uint16_t
DataESpeedDisp
;
//
uint16_t DataESpeedDisp;
uint8_t
DataESpeedValid
;
//
uint8_t DataESpeedValid;
DataESpeedSamplerStruct
DataESpeedSampler
;
DataESpeedSamplerStruct
DataESpeedSampler
;
DataESpeedStruct
DataESpeed
;
DataESpeedStruct
DataESpeed
;
DataFreESpeedSamplerStruct
DataFreESpeedSampler
;
DataFreESpeedSamplerStruct
DataFreESpeedSampler
;
...
...
source/Appliciation/Display/GUI.h
View file @
72509cbb
...
@@ -112,7 +112,7 @@ extern void GUI_BJ_Gear_Display(uint8_t Mode, uint8_t Valid );
...
@@ -112,7 +112,7 @@ extern void GUI_BJ_Gear_Display(uint8_t Mode, uint8_t Valid );
extern
void
GUI_PopAlarm_Display
(
INT16U
PopupAlarmDis
);
extern
void
GUI_PopAlarm_Display
(
INT16U
PopupAlarmDis
);
void
GUI_ECU_Display
(
void
);
void
GUI_ECU_Display
(
void
);
void
Gui_TRIP
(
uint32_t
TRIP
);
void
Gui_TRIP
(
uint32_t
MileageDisp
);
void
Gui_EndMileage
(
uint8_t
Valid
,
uint16_t
EndMileage
);
void
Gui_EndMileage
(
uint8_t
Valid
,
uint16_t
EndMileage
);
void
Gui_AvgSpeed
(
uint8_t
Valid
,
uint8_t
AvgSpeed
);
void
Gui_AvgSpeed
(
uint8_t
Valid
,
uint8_t
AvgSpeed
);
void
Gui_AvgOilCon
(
uint8_t
Valid
,
uint8_t
AvgOilCon
,
uint8_t
Valid_M
);
void
Gui_AvgOilCon
(
uint8_t
Valid
,
uint8_t
AvgOilCon
,
uint8_t
Valid_M
);
...
...
source/Appliciation/FuelConfig.c
View file @
72509cbb
...
@@ -79,7 +79,7 @@ void SetFuelInit(void)
...
@@ -79,7 +79,7 @@ void SetFuelInit(void)
FuelInit
.
FuelCapacityBoundary
[
7
]
=
70000
-
4000
-
15500
;
FuelInit
.
FuelCapacityBoundary
[
7
]
=
70000
-
4000
-
15500
;
FuelInit
.
FuelCapacityBoundary
[
8
]
=
70000
-
4000
-
8000
;
FuelInit
.
FuelCapacityBoundary
[
8
]
=
70000
-
4000
-
8000
;
FuelInit
.
FuelCapacityBoundary
[
9
]
=
70000
-
4000
-
6000
;
FuelInit
.
FuelCapacityBoundary
[
9
]
=
70000
-
4000
-
6000
;
FuelInit
.
FuelCapacityBoundary
[
10
]
=
70000
-
4000
-
0000
;
FuelInit
.
FuelCapacityBoundary
[
10
]
=
70000
-
4000
;
InitFuelParamter
(
&
FuelInit
);
InitFuelParamter
(
&
FuelInit
);
FuelSaveLen
=
0
;
FuelSaveLen
=
0
;
...
...
source/Driver/Clock/r_dev_clk.c
View file @
72509cbb
...
@@ -2409,7 +2409,7 @@ void R_DEV_ClkPrepare(void)
...
@@ -2409,7 +2409,7 @@ void R_DEV_ClkPrepare(void)
loc_ClkGenCfg
.
Pll
[
2
].
Mode
=
R_DEV_PLL_OFF
;
loc_ClkGenCfg
.
Pll
[
2
].
Mode
=
R_DEV_PLL_OFF
;
loc_ClkGenCfg
.
Pll
[
2
].
DithMode
=
R_DEV_PLL_DITH_FIXED
;
loc_ClkGenCfg
.
Pll
[
2
].
DithMode
=
R_DEV_PLL_DITH_FIXED
;
loc_ClkGenCfg
.
Pll
[
2
].
DithRange
=
0
;
loc_ClkGenCfg
.
Pll
[
2
].
DithRange
=
0
;
loc_ClkGenCfg
.
Pll
[
2
].
ModFreq
=
0
0
;
loc_ClkGenCfg
.
Pll
[
2
].
ModFreq
=
0
;
loc_ClkGenCfg
.
Pll
[
2
].
FrequencyHz
=
120000000
;
loc_ClkGenCfg
.
Pll
[
2
].
FrequencyHz
=
120000000
;
loc_ClkGenCfg
.
Pll
[
2
].
StabiTimeNs
=
1000000
;
loc_ClkGenCfg
.
Pll
[
2
].
StabiTimeNs
=
1000000
;
loc_ClkGenCfg
.
Pll
[
2
].
StpReqMsk
=
0
;
loc_ClkGenCfg
.
Pll
[
2
].
StpReqMsk
=
0
;
...
...
source/Driver/Sound/Buzzer_Play_User.h
View file @
72509cbb
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
#define BUZZER_PLAY_USER_H__
#define BUZZER_PLAY_USER_H__
#include "Buzzer_Play.h"
#include "Buzzer_Play.h"
extern
void
Buzzer_Play_Init_Example
(
void
);
extern
void
Buzzer_Play_Init_Example
(
void
);
extern
void
Buzzer_Volume_Set
(
Buzzer_uint8_t
u
16
BzVo
);
extern
void
Buzzer_Volume_Set
(
Buzzer_uint8_t
u
8
BzVo
);
#endif
#endif
\ No newline at end of file
source/System/init.c
View file @
72509cbb
...
@@ -134,7 +134,7 @@ void Sys_Startup_Init(void)
...
@@ -134,7 +134,7 @@ void Sys_Startup_Init(void)
{
{
uint32_t
i
;
uint32_t
i
;
uint32_t
*
pRam
;
uint32_t
*
pRam
;
uint8_t
u8StartupMode
;
uint8_t
u8StartupMode
=
0
;
__DI
(
);
__DI
(
);
TestBackupRam
=
Clock_Get_Startup_Mode
(
);
TestBackupRam
=
Clock_Get_Startup_Mode
(
);
...
...
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