The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_CAN_SAM_CKDIV

Clock divider

Type: int

Help

Clock divider for the MCAN core clock.

Direct dependencies

CAN_SAM && CAN_SAM && CAN

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At drivers/can/Kconfig.sam:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82drivers/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.)