-
CONFIG_OSDP_PD_CAP_READER_TEXT_OUTPUT_COMP_LEVEL
¶
Compliance Level
Type: int
Help¶
Possible values: - 00: The PD has no text display support - 01: The PD supports 1 row of 16 characters - 02: the PD supports 2 rows of 16 characters - 03: the PD supports 4 rows of 16 characters - 04: TBD.
Default¶
0
Kconfig definition¶
At subsys/mgmt/osdp/Kconfig.pd:193
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 → OSDP PD Capabilities → Text Output
config OSDP_PD_CAP_READER_TEXT_OUTPUT_COMP_LEVEL int "Compliance Level" range 0 4 default 0 depends onOSDP_MODE_PD
&&OSDP
help Possible values: - 00: The PD has no text display support - 01: The PD supports 1 row of 16 characters - 02: the PD supports 2 rows of 16 characters - 03: the PD supports 4 rows of 16 characters - 04: TBD.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)