-
CONFIG_MQUEUE_NAMELEN_MAX
¶
Maximum size of a name length
Type: int
Help¶
Mention length of message queue name in number of characters.
Defaults¶
- 16 if
POSIX_MQUEUE
&&POSIX_API
Kconfig definition¶
At lib/posix/Kconfig:74
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:19
Menu path: (top menu) → Additional libraries
config MQUEUE_NAMELEN_MAX int prompt "Maximum size of a name length" ifPOSIX_MQUEUE
&&POSIX_API
range 2 255 ifPOSIX_MQUEUE
&&POSIX_API
default 16 ifPOSIX_MQUEUE
&&POSIX_API
depends onPOSIX_MQUEUE
&&POSIX_API
help Mention length of message queue name in number of characters.
(Definitions include propagated dependencies, including from if’s and menus.)