Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
95634a3b
Commit
95634a3b
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
CAN IOCTLs: Should support standard CAN filtering in extended ID mode
parent
42514625
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch
+1
-1
1 addition, 1 deletion
arch
include/nuttx/can.h
+2
-2
2 additions, 2 deletions
include/nuttx/can.h
with
3 additions
and
3 deletions
arch
@
b86c14f3
Subproject commit
a7a7a7c6dd4f36f690139bc457064e6b24d009eb
Subproject commit
b86c14f379e704186664ddfaff5fd26c7fe89711
This diff is collapsed.
Click to expand it.
include/nuttx/can.h
+
2
−
2
View file @
95634a3b
...
...
@@ -378,7 +378,8 @@ struct canioc_extfilter_s
uint8_t
xf_type
;
/* See CAN_FILTER_* definitions */
uint8_t
xf_prio
;
/* See CAN_MSGPRIO_* definitions */
};
#else
#endif
struct
canioc_stdfilter_s
{
uint16_t
sf_id1
;
/* 11-bit ID. For dual match or for the
...
...
@@ -388,7 +389,6 @@ struct canioc_stdfilter_s
uint8_t
sf_type
;
/* See CAN_FILTER_* definitions */
uint8_t
sf_prio
;
/* See CAN_MSGPRIO_* definitions */
};
#endif
/************************************************************************************
* Public Data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment