Generate a software Interrupt Event for Lines in range 64 to 95.
- Note:
- If the interrupt is enabled on this line in the EXTI_IMR2, writing a 1 to this bit when it is at '0' sets the corresponding pending bit in EXTI_PR2 resulting in an interrupt request generation. This bit is cleared by clearing the corresponding bit in the EXTI_PR3 register (by writing a 1 into the bit)
- Reference Manual to LL API cross reference:
- SWIER3 SWIx LL_EXTI_GenerateSWI_64_95
- Parameters:
-
ExtiLine | This parameter can be a combination of the following values:
(*) value only defined in dual core devices. (**) value not defined in all devices. |
- Return values:
-
Definition at line 2440 of file stm32h7xx_ll_exti.h.