:orphan: .. title:: CONFIG_OSDP_PD_ADDRESS .. kconfig:: CONFIG_OSDP_PD_ADDRESS CONFIG_OSDP_PD_ADDRESS ###################### *Peripheral Device Address* Type: ``int`` Help ==== .. code-block:: none The 7 least significant bits represent the address of the PD to which the message is directed, or the address of the PD sending the reply. Address 0x7F is reserved as a broadcast address to which all PDs would respond. Direct dependencies =================== \ :kconfig:`OSDP_MODE_PD ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/mgmt/osdp/Kconfig.pd:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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_ADDRESS int "Peripheral Device Address" range 1 126 default 1 depends on OSDP_MODE_PD && OSDP help The 7 least significant bits represent the address of the PD to which the message is directed, or the address of the PD sending the reply. Address 0x7F is reserved as a broadcast address to which all PDs would respond. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*