:orphan: .. title:: OSDP_PD_COMMAND_QUEUE_SIZE .. option:: CONFIG_OSDP_PD_COMMAND_QUEUE_SIZE *OSDP Peripheral Device command queue size* *OSDP Peripheral Device command queue size* Type: ``int`` Help ==== .. code-block:: none The number of commands that can be queued to a given PD. In CP mode, the queue size is multiplied by number of connected PD so this can grow very quickly. Help ==== .. code-block:: none The number of commands that can be queued to a given PD. In CP mode, the queue size is multiplied by number of connected PD so this can grow very quickly. Direct dependencies =================== (\ :option:`OSDP_MODE_PD ` && \ :option:`OSDP `) || (\ :option:`OSDP_MODE_CP ` && \ :option:`OSDP `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16 - 16 Kconfig definitions =================== At ``/mgmt/osdp/Kconfig.pd:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends on OSDP_MODE_PD && OSDP help The number of commands that can be queued to a given PD. In CP mode, the queue size is multiplied by number of connected PD so this can grow very quickly. ---- At ``/mgmt/osdp/Kconfig.cp:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends on OSDP_MODE_CP && OSDP help The number of commands that can be queued to a given PD. In CP mode, the queue size is multiplied by number of connected PD so this can grow very quickly. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*