mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 10:25:05 +08:00
bsps/arm/tms570: Add missing DCAN TIOC 'in' bit macro
The 'in' field (bit 0) is missing from the DCAN TIOC macros. It looks like the auto-gen did not pick it up as it's broken onto the next page in both the 3137 and 4357 TRMS.
This commit is contained in:
@@ -923,6 +923,9 @@ typedef struct{
|
||||
/* field: Out - CAN_TX data out write. */
|
||||
#define TMS570_DCAN_TIOC_Out BSP_BIT32(1)
|
||||
|
||||
/* field: In - CAN_TX data in. */
|
||||
#define TMS570_DCAN_TIOC_In BSP_BIT32(0)
|
||||
|
||||
|
||||
/*----------------------TMS570_DCAN_RIOC----------------------*/
|
||||
/* field: PU - CAN_RX Pullup/Pulldown select. This bit is only active when CAN_RX is configured to be an input. */
|
||||
|
||||
Reference in New Issue
Block a user