CAN hardware-dependent bit-timing constant.  
 More...
CAN hardware-dependent bit-timing constant. 
Used for calculating and checking bit-timing parameters 
Definition at line 159 of file can.h.
 
#include <can.h>
 | 
| 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.  
  | 
|   | 
◆ brp_inc
      
        
          | uint32_t can_bittiming_const::brp_inc | 
        
      
 
Bit-rate prescaler, increment. 
Definition at line 167 of file can.h.
 
 
◆ brp_max
      
        
          | uint32_t can_bittiming_const::brp_max | 
        
      
 
Bit-rate prescaler, max value. 
Definition at line 166 of file can.h.
 
 
◆ brp_min
      
        
          | uint32_t can_bittiming_const::brp_min | 
        
      
 
Bit-rate prescaler, min value. 
Definition at line 165 of file can.h.
 
 
◆ sjw_max
      
        
          | uint32_t can_bittiming_const::sjw_max | 
        
      
 
Synchronisation jump width. 
Definition at line 164 of file can.h.
 
 
◆ tseg1_max
      
        
          | uint32_t can_bittiming_const::tseg1_max | 
        
      
 
Time segment 1, max value. 
Definition at line 161 of file can.h.
 
 
◆ tseg1_min
      
        
          | uint32_t can_bittiming_const::tseg1_min | 
        
      
 
Time segment 1 = prop_seg + phase_seg1, min value. 
Definition at line 160 of file can.h.
 
 
◆ tseg2_max
      
        
          | uint32_t can_bittiming_const::tseg2_max | 
        
      
 
Time segment 2, max value. 
Definition at line 163 of file can.h.
 
 
◆ tseg2_min
      
        
          | uint32_t can_bittiming_const::tseg2_min | 
        
      
 
Time segment 2 = phase_seg2, min value. 
Definition at line 162 of file can.h.
 
 
The documentation for this struct was generated from the following file: