CAN hardware-dependent bit-timing constant. More...
CAN hardware-dependent bit-timing constant.
Used for calculating and checking bit-timing parameters
#include <can.h>
| Data Fields | |
| uint32_t | tseg1_min | 
| Time segment 1 = prop_seg + phase_seg1, min value. | |
| uint32_t | tseg1_max | 
| Time segment 1, max value. | |
| uint32_t | tseg2_min | 
| Time segment 2 = phase_seg2, min value. | |
| uint32_t | tseg2_max | 
| Time segment 2, max value. | |
| uint32_t | sjw_max | 
| Synchronisation jump width. | |
| uint32_t | brp_min | 
| Bit-rate prescaler, min value. | |
| uint32_t | brp_max | 
| Bit-rate prescaler, max value. | |
| uint32_t | brp_inc | 
| Bit-rate prescaler, increment. | |