-
CONFIG_CAN_RX_TIMESTAMP
¶
Enable receiving timestamps
Type: bool
Help¶
This option enables a timestamp value of the CAN free running timer.
The value is incremented every bit time and starts when the controller
is initialized.
Direct dependencies¶
(CAN_STM32
|| CAN_MCUX_FLEXCAN
|| CAN_STM32FD
) && CAN
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/can/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:80
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_RX_TIMESTAMP
bool "Enable receiving timestamps"
depends on (CAN_STM32 || CAN_MCUX_FLEXCAN || CAN_STM32FD) && CAN
help
This option enables a timestamp value of the CAN free running timer.
The value is incremented every bit time and starts when the controller
is initialized.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)