This structure is used to represent CAN bit timing constants.
More...
#include <can-bittiming.h>
|
|
const char * | name |
| | This member holds the controller's name.
|
| |
|
uint32_t | tseg1_min |
| | This member holds mimimal possible TSEG1 value.
|
| |
|
uint32_t | tseg1_max |
| | This member holds maximal possible TSEG1 value.
|
| |
|
uint32_t | tseg2_min |
| | This member holds mimimal possible TSEG2 value.
|
| |
|
uint32_t | tseg2_max |
| | This member holds maximal possible TSEG2 value.
|
| |
|
uint32_t | sjw_max |
| | This member holds maximal possible Sync Jump Width value.
|
| |
|
uint32_t | brp_min |
| | This member holds mimimal possible Bit Rate Prescaler value.
|
| |
|
uint32_t | brp_max |
| | This member holds maximal possible Bit Rate Prescaler value.
|
| |
|
uint32_t | brp_inc |
| | This member holds Bit Rate Prescaler initial value.
|
| |
This structure is used to represent CAN bit timing constants.
Controller should define these constants based on its maximal and minimal values.
The documentation for this struct was generated from the following file: