:orphan: .. title:: choice: Proximity Pulse Length .. _choice_340: .. describe:: choice: Proximity Pulse Length *Proximity Pulse Length* Type: ``bool`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`APDS9960_PPULSE_LENGTH_8US ` Choice options ============== - \ :kconfig:`APDS9960_PPULSE_LENGTH_4US ` - \ :kconfig:`APDS9960_PPULSE_LENGTH_8US ` - \ :kconfig:`APDS9960_PPULSE_LENGTH_16US ` - \ :kconfig:`APDS9960_PPULSE_LENGTH_32US ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. code-block:: kconfig choice bool "Proximity Pulse Length" default APDS9960_PPULSE_LENGTH_8US depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*