|
MX Foundation 4
|
FD CAN bit timing structure. More...
#include <mxf_class_canbus.h>
Data Fields | |
| uint32 | sjw |
| uint32 | brp |
| uint32 | tseg1 |
| uint32 | tseg2 |
This CAN bus timing structure is needed by MXF_CANBUS_FD_TIMING.
| uint32 MXF_CANBUS_BIT_TIMING::sjw |
Synchronization jump width [1-min(tseg1,tseg2,32)]
| uint32 MXF_CANBUS_BIT_TIMING::brp |
Baud rate prescaler [1-256]. Clock is 80MHz.
| uint32 MXF_CANBUS_BIT_TIMING::tseg1 |
Phase segment 1 [1-64]
| uint32 MXF_CANBUS_BIT_TIMING::tseg2 |
Phase segment 2 [1-32]