CONFIG_IPM_STM32_HSEM_CPU¶
HSEM CPU ID
Type: int
Help¶
use to define the CPU ID used by HSEM
Defaults¶
- 1 if n 
- 2 if n 
Kconfig definition¶
At <Zephyr Driver>/ipm/Kconfig:121
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)