-
CONFIG_MPSC_CLEAR_ALLOCATED
¶
Clear allocated packet
Type: bool
Help¶
When enabled packet space is zeroed before returning from allocation.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/lib/os/Kconfig:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:10
Menu path: (Top) → Additional libraries → OS Support Library → Multi producer, single consumer packet buffer
config MPSC_CLEAR_ALLOCATED
bool "Clear allocated packet"
depends on MPSC_PBUF
help
When enabled packet space is zeroed before returning from allocation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)