:orphan: .. title:: CONFIG_OSDP_PD_ID_VENDOR_CODE .. kconfig:: CONFIG_OSDP_PD_ID_VENDOR_CODE CONFIG_OSDP_PD_ID_VENDOR_CODE ############################# *PD Vendor Code* Type: ``hex`` Help ==== .. code-block:: none IEEE assigned OUI. Least 24 bits are valid. Direct dependencies =================== \ :kconfig:`OSDP_MODE_PD ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x001A2B3C Kconfig definition ================== At ``/mgmt/osdp/Kconfig.pd:52`` 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 → Peripheral Device ID Information .. code-block:: kconfig config OSDP_PD_ID_VENDOR_CODE hex "PD Vendor Code" range 0 0x00FFFFFF default 0x001A2B3C depends on OSDP_MODE_PD && OSDP help IEEE assigned OUI. Least 24 bits are valid. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*