:orphan: .. title:: CONFIG_APDS9960_PPULSE_COUNT .. kconfig:: CONFIG_APDS9960_PPULSE_COUNT CONFIG_APDS9960_PPULSE_COUNT ############################ *Proximity Pulse Count* Type: ``int`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/sensor/apds9960/Kconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. code-block:: kconfig config APDS9960_PPULSE_COUNT int "Proximity Pulse Count" range 1 64 default 8 depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*