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:
Avi Weiss
2026-06-09 13:33:59 -05:00
committed by Kinsey Moore
parent a10de2c21d
commit c207718440
@@ -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. */