:orphan: .. title:: COUNTER_SAM0_TC32_0_DIVISOR .. option:: CONFIG_COUNTER_SAM0_TC32_0_DIVISOR *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`COUNTER_SAM0_TC32 ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_1 ` - 2 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_2 ` - 4 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_4 ` - 8 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_8 ` - 16 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_16 ` - 64 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_64 ` - 256 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_256 ` - 1024 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_1024 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.template.sam0_tc32:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:58`` → ``drivers/counter/Kconfig:31`` → ``drivers/counter/Kconfig.sam0:15`` Menu path: (Top) → Device Drivers → Counter Drivers → SAM0 series 32-bit basic timer driver .. parsed-literal:: config COUNTER_SAM0_TC32_0_DIVISOR int default 1 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_1 ` default 2 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_2 ` default 4 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_4 ` default 8 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_8 ` default 16 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_16 ` default 64 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_64 ` default 256 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_256 ` default 1024 if \ :option:`COUNTER_SAM0_TC32_0_PRESCALER_1024 ` depends on \ :option:`COUNTER_SAM0_TC32 ` && \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*