:orphan: .. title:: CONFIG_OSDP_PD_ID_SERIAL_NUMBER .. kconfig:: CONFIG_OSDP_PD_ID_SERIAL_NUMBER CONFIG_OSDP_PD_ID_SERIAL_NUMBER ############################### *PD Serial Number* Type: ``hex`` Help ==== .. code-block:: none A 4-byte serial number for the PD. Direct dependencies =================== \ :kconfig:`OSDP_MODE_PD ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xCAFEBABE Kconfig definition ================== At ``/mgmt/osdp/Kconfig.pd:73`` 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_SERIAL_NUMBER hex "PD Serial Number" range 0 0xFFFFFFFF default 0xCAFEBABE depends on OSDP_MODE_PD && OSDP help A 4-byte serial number for the PD. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*