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

Functions

__STATIC_INLINE void DDL_EINT_SetLineSource (uint32_t EintLine, uint32_t Source)
 Set EINT line source.
__STATIC_INLINE uint32_t DDL_EINT_GetLineSource (uint32_t EintLine)
 Set EINT line source.

Detailed Description

Function Documentation

◆ DDL_EINT_GetLineSource()

__STATIC_INLINE uint32_t DDL_EINT_GetLineSource ( uint32_t EintLine)

Set EINT line source.

Parameters
EintLineThis parameter can be a combination of the following values:
Note
Please check each device line mapping for EINT Line availability
Return values
canbe a combination of the following values:

Definition at line 841 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_SetLineSource()

__STATIC_INLINE void DDL_EINT_SetLineSource ( uint32_t EintLine,
uint32_t Source )

Set EINT line source.

Parameters
EintLineThis parameter can be a combination of the following values:
SourceThis 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 808 of file g32r4xx_ddl_eint.h.