The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_IPM_STM32_HSEM_CPU

HSEM CPU ID

Type: int

Help

use to define the CPU ID used by HSEM

Direct dependencies

IPM_STM32_HSEM && IPM

(Includes any dependencies from ifs and menus.)

Defaults

  • 1 if n

  • 2 if n

Kconfig definition

At drivers/ipm/Kconfig:121

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:60

Menu path: (Top) → Device Drivers → IPM drivers → STM32 HSEM controller

config IPM_STM32_HSEM_CPU
    int "HSEM CPU ID"
    range 1 2
    default 1 if n
    default 2 if n
    depends on IPM_STM32_HSEM && IPM
    help
      use to define the CPU ID used by HSEM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)