MX Foundation 4
MXF_CANBUS_TIMING_LIST Struct Reference

CAN bus timing list structure. More...

#include <mxf_class_canbus.h>

Data Fields

double speed
 
double sampPoint
 
double error
 
uint32 brp
 
uint32 tseg1
 
uint32 tseg2
 
uint32 reserved
 

Detailed Description

This CAN bus timing list structure is needed with mxfCanBusTimingCalculator().

Field Documentation

double MXF_CANBUS_TIMING_LIST::speed

Calculated speed (in bps)

double MXF_CANBUS_TIMING_LIST::sampPoint

Sampling point (in %)

double MXF_CANBUS_TIMING_LIST::error

Error (in %) between the asked speed and calculated speed

uint32 MXF_CANBUS_TIMING_LIST::brp

Baud rate prescaler

uint32 MXF_CANBUS_TIMING_LIST::tseg1

Phase segment 1

uint32 MXF_CANBUS_TIMING_LIST::tseg2

Phase segment 2

uint32 MXF_CANBUS_TIMING_LIST::reserved

Reserved for future use

Updated 10/23/2023