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

Functions

__STATIC_INLINE void DDL_EINT_EnableFallingTrig (uint32_t EintLine)
 Enable EintLine Falling Edge Trigger for Lines within the range.
__STATIC_INLINE void DDL_EINT_DisableFallingTrig (uint32_t EintLine)
 Disable EintLine Falling Edge Trigger for Lines within the range.
__STATIC_INLINE uint32_t DDL_EINT_IsEnabledFallingTrig (uint32_t EintLine)
 Check if falling edge trigger is enabled for Lines within the range.

Detailed Description

Function Documentation

◆ DDL_EINT_DisableFallingTrig()

__STATIC_INLINE void DDL_EINT_DisableFallingTrig ( uint32_t EintLine)

Disable EintLine Falling Edge Trigger for Lines within the range.

Note
The configurable wakeup lines are edge-triggered. No glitch must be generated on these lines. If a Falling edge on a configurable interrupt line occurs during a write operation in the EINT_FTEN register, the pending bit is not set. Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.
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 689 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_EnableFallingTrig()

__STATIC_INLINE void DDL_EINT_EnableFallingTrig ( uint32_t EintLine)

Enable EintLine Falling Edge Trigger for Lines within the range.

Note
The configurable wakeup lines are edge-triggered. No glitch must be generated on these lines. If a falling edge on a configurable interrupt line occurs during a write operation in the EINT_FTEN register, the pending bit is not set. Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition.
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 650 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_IsEnabledFallingTrig()

__STATIC_INLINE uint32_t DDL_EINT_IsEnabledFallingTrig ( uint32_t EintLine)

Check if falling edge trigger is enabled for Lines within the range.

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 722 of file g32r4xx_ddl_eint.h.