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

Functions

__STATIC_INLINE uint32_t DDL_EINT_IsActiveFlag (uint32_t EintLine)
 Check if the EintLine Flag is set or not for Lines within the range.
__STATIC_INLINE uint32_t DDL_EINT_ReadFlag (uint32_t EintLine)
 Read EintLine Combination Flag for Lines within the range.
__STATIC_INLINE void DDL_EINT_ClearFlag (uint32_t EintLine)
 Clear EintLine Flags for Lines within the range.

Detailed Description

Function Documentation

◆ DDL_EINT_ClearFlag()

__STATIC_INLINE void DDL_EINT_ClearFlag ( uint32_t EintLine)

Clear EintLine Flags for Lines within the range.

Note
This bit is set when the selected edge event arrives on the interrupt line. This bit is cleared by writing a 1 to 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 956 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_IsActiveFlag()

__STATIC_INLINE uint32_t DDL_EINT_IsActiveFlag ( uint32_t EintLine)

Check if the EintLine Flag is set or not for Lines within the range.

Note
This bit is set when the selected edge event arrives on the interrupt line. This bit is cleared by writing a 1 to 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
Stateof bit (1 or 0).

Definition at line 886 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_ReadFlag()

__STATIC_INLINE uint32_t DDL_EINT_ReadFlag ( uint32_t EintLine)

Read EintLine Combination Flag for Lines within the range.

Note
This bit is set when the selected edge event arrives on the interrupt line. This bit is cleared by writing a 1 to 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

note This bit is set when the selected edge event arrives on the interrupt

Definition at line 921 of file g32r4xx_ddl_eint.h.