- CONFIG_SYSTICK_PERIOD¶
System tick period in microseconds
Type: int
Help¶
Defines platform system tick period. It is used
as a timeout check value for system agent.
Value should be provided in microseconds.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
1000
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:377
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform
config SYSTICK_PERIOD
int "System tick period in microseconds"
default 1000
depends on SOF
help
Defines platform system tick period. It is used
as a timeout check value for system agent.
Value should be provided in microseconds.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)