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_GPR_Entry Struct Reference
[CAN_Public_Types]
Group of Standard ID Frame Format Entry structure. More...
#include <lpc17xx_can.h>
Data Fields | |
| uint8_t | controller1 |
First CAN Controller, should be:
| |
| uint8_t | disable1 |
First Disable bit, should be:
| |
| uint16_t | lowerID |
| ID lower bound, should be 11-bit value. | |
| uint8_t | controller2 |
Second CAN Controller, should be:
| |
| uint8_t | disable2 |
Second Disable bit, should be:
| |
| uint16_t | upperID |
| ID upper bound, should be 11-bit value and equal or greater than lowerID. | |
Detailed Description
Group of Standard ID Frame Format Entry structure.
Definition at line 643 of file lpc17xx_can.h.
Field Documentation
| uint8_t controller1 |
First CAN Controller, should be:
- CAN1_CTRL: CAN1 Controller
- CAN2_CTRL: CAN2 Controller.
Definition at line 644 of file lpc17xx_can.h.
| uint8_t controller2 |
Second CAN Controller, should be:
- CAN1_CTRL: CAN1 Controller
- CAN2_CTRL: CAN2 Controller.
Definition at line 653 of file lpc17xx_can.h.
| uint8_t disable1 |
First Disable bit, should be:
- MSG_ENABLE: disable bit = 0)
- MSG_DISABLE: disable bit = 1.
Definition at line 648 of file lpc17xx_can.h.
| uint8_t disable2 |
Second Disable bit, should be:
- MSG_ENABLE: disable bit = 0
- MSG_DISABLE: disable bit = 1.
Definition at line 657 of file lpc17xx_can.h.
| uint16_t lowerID |
ID lower bound, should be 11-bit value.
Definition at line 652 of file lpc17xx_can.h.
| uint16_t upperID |
ID upper bound, should be 11-bit value and equal or greater than lowerID.
Definition at line 661 of file lpc17xx_can.h.
Generated on Tue Jul 12 2022 17:06:04 by
1.7.2