Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
398d78bb
Commit
398d78bb
authored
Mar 28, 2025
by
baizhengyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat: 初版can外发
parent
5f23038d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
819 additions
and
5 deletions
+819
-5
Task.c
YueJin_test_bench/source/Appliciation/Task.c
+814
-5
Task.h
YueJin_test_bench/source/Appliciation/Task.h
+5
-0
No files found.
YueJin_test_bench/source/Appliciation/Task.c
View file @
398d78bb
This diff is collapsed.
Click to expand it.
YueJin_test_bench/source/Appliciation/Task.h
View file @
398d78bb
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
#define _TASK_H_
#define _TASK_H_
#include "TYW_stdint.h"
#include "TYW_stdint.h"
#include "RSCAN.h"
#include "RTE_CAN.h"
extern
uint8_t
AutoFlag
;
extern
uint8_t
AutoFlag
;
extern
uint32_t
devicename
;
extern
uint32_t
devicename
;
...
@@ -21,4 +23,7 @@ void Sys_Exact_100ms_Tasks(void);
...
@@ -21,4 +23,7 @@ void Sys_Exact_100ms_Tasks(void);
void
Sys_Enter_Sleep_Mode
(
void
);
void
Sys_Enter_Sleep_Mode
(
void
);
uint16_t
Sys_Get_ms_Rolling_Counter
(
void
);
uint16_t
Sys_Get_ms_Rolling_Counter
(
void
);
void
init_CAN_Frame
(
CAN_Frame_st_t
*
msg
,
uint32_t
can_id
,
uint8_t
can_len
,
uint8_t
can_frame_ide
,
const
uint8_t
*
data
);
void
can_mid
(
CAN_Frame_st_t
Msg
);
void
can_submit
(
void
);
#endif
#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