mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
b9f9cd0c62dccb62d0bae09baf9fa2d97801ede9
When testing or improving the bit timing algorithm, you're probably interested in the values of all can controllers. Further you might not know the all reference clocks of the controllers. This patch add a "ref_clock" member to the "struct can_bittiming_const" that holds the reference clock of the controller in Hz. By default now the bit timing is calculated for all known can controllers with the default ref_clock defined in "can_bittiming_const". It's still possible to overwrite the ref clock with the command line option "-c". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Description
Linux-CAN / SocketCAN user space applications
2.9 MiB
Languages
C
98.1%
CMake
0.7%
Makefile
0.6%
Shell
0.5%