TCAN4550  1p2
TCAN4x5x_MCAN_Data_Timing_Simple Struct Reference

Used to setup the data timing parameters of the MCAN module This is a simplified struct, requiring only the prescaler value (1:x), number of time quanta before and after the sample point. More...

#include <TCAN4x5x_Data_Structs.h>

Data Fields

uint8_t DataBitRatePrescaler: 6
 Prescaler value, interpreted as 1:x
Valid range is: 1 to 32. More...
 
uint8_t DataTqBeforeSamplePoint: 6
 DTQBSP: Number of time quanta before sample point
Valid values are: 2 to 33. More...
 
uint8_t DataTqAfterSamplePoint: 5
 DTQASP: Number of time quanta after sample point
Valid values are: 1 to 16. More...
 

Detailed Description

Used to setup the data timing parameters of the MCAN module This is a simplified struct, requiring only the prescaler value (1:x), number of time quanta before and after the sample point.

Definition at line 56 of file TCAN4x5x_Data_Structs.h.

Field Documentation

◆ DataBitRatePrescaler

uint8_t TCAN4x5x_MCAN_Data_Timing_Simple::DataBitRatePrescaler

Prescaler value, interpreted as 1:x
Valid range is: 1 to 32.

Definition at line 60 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_ConfigureDataTiming_Simple(), and TCAN4x5x_MCAN_ReadDataTimingFD_Simple().

◆ DataTqAfterSamplePoint

uint8_t TCAN4x5x_MCAN_Data_Timing_Simple::DataTqAfterSamplePoint

DTQASP: Number of time quanta after sample point
Valid values are: 1 to 16.

Definition at line 68 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_ConfigureDataTiming_Simple(), and TCAN4x5x_MCAN_ReadDataTimingFD_Simple().

◆ DataTqBeforeSamplePoint

uint8_t TCAN4x5x_MCAN_Data_Timing_Simple::DataTqBeforeSamplePoint

DTQBSP: Number of time quanta before sample point
Valid values are: 2 to 33.

Definition at line 64 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_ConfigureDataTiming_Simple(), and TCAN4x5x_MCAN_ReadDataTimingFD_Simple().


The documentation for this struct was generated from the following file: