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
1c04291e
Commit
1c04291e
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整CAN报文名称
parent
d95cbee2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
project
ghs/project
+0
-0
CAN_Communication_Matrix.c
...Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.c
+1
-1
CAN_Communication_Matrix.h
...Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.h
+1
-1
No files found.
ghs/project
View file @
1c04291e
No preview for this file type
This diff is collapsed.
Click to expand it.
source/Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.c
View file @
1c04291e
...
...
@@ -620,7 +620,7 @@ uint8_t Get_ID_18F0010B_Sig_ATC_or_ASR_Lamp_State(void)
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
ID_CanMsg18F0010B_Msg_Count
,
5u
)
>>
6u
)
&
0x03u
));
}
uint8_t
Get_ID_18F0010B_Sig_
ABSorEBS_AmberWarnSt_power_veh
(
void
)
uint8_t
Get_ID_18F0010B_Sig_
EBS_Amber_Warning_State
(
void
)
{
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
ID_CanMsg18F0010B_Msg_Count
,
5u
)
>>
4u
)
&
0x03u
));
}
...
...
This diff is collapsed.
Click to expand it.
source/Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.h
View file @
1c04291e
...
...
@@ -153,7 +153,7 @@ extern uint8_t Get_ID_18FE4F0B_Sig_ROP_Brake_Control_Active(void);
extern
uint8_t
Get_ID_18FE4F0B_Sig_VDC_Lamp_State
(
void
);
extern
uint8_t
Get_ID_18FE4F0B_Sig_VDC_Fully_operational
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_ATC_or_ASR_Lamp_State
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_
ABSorEBS_AmberWarnSt_power_veh
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_
EBS_Amber_Warning_State
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_ASR_Brake_Control_Active
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_EBS_Red_Warning_Lamp_State
(
void
);
extern
uint8_t
Get_ID_18F0010B_Sig_ABS_Fully_Operational
(
void
);
...
...
This diff is collapsed.
Click to expand it.
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