-
CONFIG_CORTEX_M_SYSTICK
¶
Cortex-M SYSTICK timer
Type: bool
Help¶
This module implements a kernel device driver for the Cortex-M processor SYSTICK timer and provides the standard “system clock driver” interfaces.
Defaults¶
- “y” if
CPU_HAS_SYSTICK
Kconfig definition¶
At drivers/timer/Kconfig:131
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config CORTEX_M_SYSTICK bool prompt "Cortex-M SYSTICK timer" ifCPU_HAS_SYSTICK
default "y" ifCPU_HAS_SYSTICK
depends onCPU_HAS_SYSTICK
help This module implements a kernel device driver for the Cortex-M processor SYSTICK timer and provides the standard "system clock driver" interfaces.
(Definitions include propagated dependencies, including from if’s and menus.)