:orphan: .. title:: CONFIG_PWM_CAPTURE .. kconfig:: CONFIG_PWM_CAPTURE CONFIG_PWM_CAPTURE ################## *Provide API for PWM capture* Type: ``bool`` Help ==== .. code-block:: none This option extends the Zephyr PWM API with the ability to capture PWM period/pulse widths. Direct dependencies =================== \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_CAPTURE bool "Provide API for PWM capture" depends on PWM help This option extends the Zephyr PWM API with the ability to capture PWM period/pulse widths. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*