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>/drivers/counter/Kconfig.native_posix:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:43

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.)