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

Functions

__STATIC_INLINE void DDL_EINT_EnableEvent (uint32_t EintLine)
 Enable EintLine Event request for Lines within the range.
__STATIC_INLINE void DDL_EINT_DisableEvent (uint32_t EintLine)
 Disable EintLine Event request for Lines within the range.
__STATIC_INLINE uint32_t DDL_EINT_IsEnabledEvent (uint32_t EintLine)
 Indicate if EintLine Event request is enabled for Lines within the range.

Detailed Description

Function Documentation

◆ DDL_EINT_DisableEvent()

__STATIC_INLINE void DDL_EINT_DisableEvent ( uint32_t EintLine)

Disable EintLine Event request for Lines within the range.

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

◆ DDL_EINT_EnableEvent()

__STATIC_INLINE void DDL_EINT_EnableEvent ( uint32_t EintLine)

Enable EintLine Event request for Lines within the range.

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

◆ DDL_EINT_IsEnabledEvent()

__STATIC_INLINE uint32_t DDL_EINT_IsEnabledEvent ( uint32_t EintLine)

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

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