-
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¶
(OSDP_MODE_PD
&& OSDP
) || (OSDP_MODE_CP
&& OSDP
)
(Includes any dependencies from ifs and menus.)
Defaults¶
16
16
Kconfig definitions¶
At <Zephyr>/subsys/mgmt/osdp/Kconfig.pd:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
→ <Zephyr>/subsys/mgmt/osdp/Kconfig:102
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends onOSDP_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 <Zephyr>/subsys/mgmt/osdp/Kconfig.cp:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
→ <Zephyr>/subsys/mgmt/osdp/Kconfig:106
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_PD_COMMAND_QUEUE_SIZE int "OSDP Peripheral Device command queue size" default 16 depends onOSDP_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.)