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.
EFF_GPR_Entry Struct Reference
[CAN_Public_Types]
Group of Extended ID Frame Format Entry structure. More...
#include <lpc17xx_can.h>
Data Fields | |
| uint8_t | controller1 |
First CAN Controller, should be:
| |
| uint8_t | controller2 |
Second Disable bit, should be:
| |
| uint32_t | lowerEID |
| Extended ID lower bound, should be 29-bit value. | |
| uint32_t | upperEID |
| Extended ID upper bound, should be 29-bit value. | |
Detailed Description
Group of Extended ID Frame Format Entry structure.
Definition at line 681 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 682 of file lpc17xx_can.h.
| uint8_t controller2 |
Second Disable bit, should be:
- MSG_ENABLE: disable bit = 0(default)
- MSG_DISABLE: disable bit = 1.
Definition at line 686 of file lpc17xx_can.h.
| uint32_t lowerEID |
Extended ID lower bound, should be 29-bit value.
Definition at line 690 of file lpc17xx_can.h.
| uint32_t upperEID |
Extended ID upper bound, should be 29-bit value.
Definition at line 691 of file lpc17xx_can.h.
Generated on Tue Jul 12 2022 17:06:03 by
1.7.2