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

Functions

__STATIC_INLINE void DDL_EINT_EnableIT (uint32_t EintLine)
 Enable EintLine Interrupt request for Lines within the range.
__STATIC_INLINE void DDL_EINT_DisableIT (uint32_t EintLine)
 Disable EintLine Interrupt request for Lines within the range.
__STATIC_INLINE uint32_t DDL_EINT_IsEnabledIT (uint32_t EintLine)
 Indicate if EintLine Interrupt request is enabled for Lines within the range.

Detailed Description

Function Documentation

◆ DDL_EINT_DisableIT()

__STATIC_INLINE void DDL_EINT_DisableIT ( uint32_t EintLine)

Disable EintLine Interrupt request for Lines within the range.

Note
The reset value for the direct or internal lines (see RM) is set to 1 in order to enable the interrupt by default. Bits are set automatically at Power on.
Parameters
EintLineThis parameter can be one of the following values:
Note
Please check each device line mapping for EINT Line availability
Return values
None

Definition at line 330 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_EnableIT()

__STATIC_INLINE void DDL_EINT_EnableIT ( uint32_t EintLine)

Enable EintLine Interrupt request for Lines within the range.

Note
The reset value for the direct or internal lines (see RM) is set to 1 in order to enable the interrupt by default. Bits are set automatically at Power on.
Parameters
EintLineThis parameter can be one of the following values:
Note
Please check each device line mapping for EINT Line availability
Return values
None

Definition at line 292 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_IsEnabledIT()

__STATIC_INLINE uint32_t DDL_EINT_IsEnabledIT ( uint32_t EintLine)

Indicate if EintLine Interrupt request is enabled for Lines within the range.

Note
The reset value for the direct or internal lines (see RM) is set to 1 in order to enable the interrupt by default. Bits are set automatically at Power on.
Parameters
EintLineThis parameter can be one 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 368 of file g32r4xx_ddl_eint.h.