MX Foundation 4
MXF_CANBUS_FD_TIMING Struct Reference

FD CAN timing structure. More...

#include <mxf_class_canbus.h>

Data Fields

uint32 options
 
uint32 reserved
 
MXF_CANBUS_BIT_TIMING nominal
 
MXF_CANBUS_BIT_TIMING data
 

Detailed Description

This CAN bus timing structure is needed with mxfCanBusFdTimingSet() and mxfCanBusFdTimingGet().

Examples:
can_fd.c.

Field Documentation

uint32 MXF_CANBUS_FD_TIMING::options

Reserved for future use. Must be set to 0.

Examples:
can_fd.c.
uint32 MXF_CANBUS_FD_TIMING::reserved

Reserved for future use. Must be set to 0.

Examples:
can_fd.c.
MXF_CANBUS_BIT_TIMING MXF_CANBUS_FD_TIMING::nominal

Nominal phase bit timing.

Examples:
can_fd.c.
MXF_CANBUS_BIT_TIMING MXF_CANBUS_FD_TIMING::data

Data phase bit timing.

Examples:
can_fd.c.
Updated 10/23/2023