-
CONFIG_CAN_DELAY_COMP
¶
Enable transceiver delay compensation
Type: bool
Help¶
Enable the automatic transceiver delay compensation.
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/can/Kconfig.mcan:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:80
→ <Zephyr>/drivers/can/Kconfig:88
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_DELAY_COMP
bool "Enable transceiver delay compensation"
default y
depends on CAN_MCAN && CAN
help
Enable the automatic transceiver delay compensation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)