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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/can/Kconfig:79
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:82
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_RX_TIMESTAMP
bool "Enable receiving timestamps"
depends on CAN_HAS_RX_TIMESTAMP && 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.)