:orphan: .. title:: CONFIG_CAN_SAM_CKDIV .. kconfig:: CONFIG_CAN_SAM_CKDIV CONFIG_CAN_SAM_CKDIV #################### *Clock divider* Type: ``int`` Help ==== .. code-block:: none Clock divider for the MCAN core clock. Direct dependencies =================== \ :kconfig:`CAN_SAM ` && \ :kconfig:`CAN_SAM ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/can/Kconfig.sam:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:96`` Menu path: (Top) → Device Drivers → CAN Drivers → Atmel SAM CAN driver .. code-block:: kconfig 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.)*