CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY

native_posix counter frequency in Hz

Type: int

Direct dependencies

COUNTER_NATIVE_POSIX && COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • 1000

Kconfig definition

At <Zephyr Driver>/counter/Kconfig.native_posix:9

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:66<Zephyr Driver>/counter/Kconfig:47

Menu path: (Top) → Device Drivers → Counter Drivers → Enable counter on COUNTER_0

config COUNTER_NATIVE_POSIX_FREQUENCY
    int "native_posix counter frequency in Hz"
    default 1000
    depends on COUNTER_NATIVE_POSIX && COUNTER

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)