G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Software_Interrupt_Management

Functions

__STATIC_INLINE void DDL_EINT_GenerateSWI (uint32_t EintLine)
 Generate a software Interrupt Event for Lines within the range.

Detailed Description

Function Documentation

◆ DDL_EINT_GenerateSWI()

__STATIC_INLINE void DDL_EINT_GenerateSWI ( uint32_t EintLine)

Generate a software Interrupt Event for Lines within the range.

Note
If the interrupt is enabled on this line in the EINT_IMASK, writing a 1 to this bit when it is at '0' sets the corresponding pending bit in EINT_IPEND resulting in an interrupt request generation. This bit is cleared by clearing the corresponding bit in the EINT_IPEND register (by writing a 1 into the bit)
Parameters
EintLineThis parameter can be a combination of the following values:
Note
Please check each device line mapping for EINT Line availability
Return values
None

Definition at line 768 of file g32r4xx_ddl_eint.h.