:orphan: .. title:: CAN_RX_TIMESTAMP .. option:: 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 =================== (\ :option:`CAN_STM32 ` || \ :option:`CAN_MCUX_FLEXCAN `) && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_RX_TIMESTAMP bool "Enable receiving timestamps" depends on (\ :option:`CAN_STM32 ` || \ :option:`CAN_MCUX_FLEXCAN `) && \ :option:`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.)*