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 Library>/os/Kconfig:67
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/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.)