Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SFF_Entry Struct Reference
[CAN_Public_Types]
Standard ID Frame Format Entry structure. More...
#include <lpc17xx_can.h>
Data Fields | |
| uint8_t | controller |
CAN Controller, should be:
| |
| uint8_t | disable |
Disable bit, should be:
| |
| uint16_t | id_11 |
| Standard ID, should be 11-bit value. | |
Detailed Description
Standard ID Frame Format Entry structure.
Definition at line 628 of file lpc17xx_can.h.
Field Documentation
| uint8_t controller |
CAN Controller, should be:
- CAN1_CTRL: CAN1 Controller
- CAN2_CTRL: CAN2 Controller.
Definition at line 629 of file lpc17xx_can.h.
| uint8_t disable |
Disable bit, should be:
- MSG_ENABLE: disable bit = 0
- MSG_DISABLE: disable bit = 1.
Definition at line 633 of file lpc17xx_can.h.
| uint16_t id_11 |
Standard ID, should be 11-bit value.
Definition at line 637 of file lpc17xx_can.h.
Generated on Tue Jul 12 2022 17:06:04 by
1.7.2