CONFIG_CAN_SAM_CKDIV¶
Clock divider
Type: int
Help¶
Clock divider for the MCAN core clock.
Default¶
0
Kconfig definition¶
At drivers/can/Kconfig.sam:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:82
→ drivers/can/Kconfig:96
Menu path: (Top) → Device Drivers → CAN Drivers → Atmel SAM CAN driver
config CAN_SAM_CKDIV
int "Clock divider"
range 0 255
default 0
depends on CAN_SAM && CAN_SAM && CAN
help
Clock divider for the MCAN core clock.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)