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
17167335
Commit
17167335
authored
Jun 01, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加倒车雷达配置
parent
3a46650e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
DataProcess.h
source/Appliciation/DataProcess.h
+1
-0
EOL_Para.c
source/UDS/EOL_Para.c
+7
-0
EOL_Para.h
source/UDS/EOL_Para.h
+2
-1
No files found.
source/Appliciation/DataProcess.h
View file @
17167335
...
...
@@ -560,6 +560,7 @@ INT8U Get_NodeConfig_TPMS(void);
INT8U
Get_NodeConfig_AirBag
(
void
);
INT8U
Get_NodeConfig_ESP
(
void
);
INT8U
Get_NodeConfig_LWDS
(
void
);
INT8U
Get_Cofig_Backradar
(
void
);
INT8U
Get_NodeConfig_GearBoxType
(
void
);
void
MenuData_Time_Service
(
void
);
void
Can18FF9CF1_Lost
(
void
);
...
...
source/UDS/EOL_Para.c
View file @
17167335
...
...
@@ -121,3 +121,10 @@ uint8_t Val_EOL_F010_LWDS(void)
Res
=
(
uint8_t
)((
EOL_F010
.
F010_Byte
[
3u
]
>>
2u
)
&
0x01
);
return
Res
;
}
uint8_t
Val_EOL_F010_Backradar
(
void
)
{
uint8_t
Res
=
0u
;
Res
=
(
uint8_t
)((
EOL_F010
.
F010_Byte
[
3u
]
>>
4u
)
&
0x01
);
return
Res
;
}
source/UDS/EOL_Para.h
View file @
17167335
...
...
@@ -28,5 +28,6 @@ uint8_t Val_EOL_F010_GearBoxType(void);
/*BYTE 3*/
uint8_t
Val_EOL_F010_FourWheelAlarm
(
void
);
uint8_t
Val_EOL_F010_LWDS
(
void
);
/*BYTE ?*/
uint8_t
Val_EOL_F010_Backradar
(
void
);
#endif
\ No newline at end of file
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