:orphan: .. title:: CONFIG_IPM_STM32_IPCC_PROCID .. kconfig:: CONFIG_IPM_STM32_IPCC_PROCID CONFIG_IPM_STM32_IPCC_PROCID ############################ *STM32 IPCC Processor ID* Type: ``int`` Help ==== .. code-block:: none use to define the Processor ID for IPCC access Direct dependencies =================== \ :kconfig:`IPM_STM32_IPCC ` && \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/ipm/Kconfig:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers → STM32 IPCC controller .. code-block:: kconfig config IPM_STM32_IPCC_PROCID int "STM32 IPCC Processor ID" range 1 2 default 2 depends on IPM_STM32_IPCC && IPM help use to define the Processor ID for IPCC access *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*