: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 ==== 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 ==== 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 =================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.pd:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends on \ :option:`OSDP_MODE_PD ` && \ :option:`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 ``subsys/mgmt/osdp/Kconfig.cp:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends on \ :option:`OSDP_MODE_CP ` && \ :option:`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.)*