![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_EINT_EnableRisingTrig (uint32_t EintLine) |
| Enable EintLine Rising Edge Trigger for Lines within the range. | |
| __STATIC_INLINE void | DDL_EINT_DisableRisingTrig (uint32_t EintLine) |
| Disable EintLine Rising Edge Trigger for Lines within the range. | |
| __STATIC_INLINE uint32_t | DDL_EINT_IsEnabledRisingTrig (uint32_t EintLine) |
| Check if rising edge trigger is enabled for Lines within the range. | |
| __STATIC_INLINE void DDL_EINT_DisableRisingTrig | ( | uint32_t | EintLine | ) |
Disable EintLine Rising Edge Trigger for Lines within the range.
| EintLine | This parameter can be a combination of the following values:
|
| None |
Definition at line 569 of file g32r4xx_ddl_eint.h.
| __STATIC_INLINE void DDL_EINT_EnableRisingTrig | ( | uint32_t | EintLine | ) |
Enable EintLine Rising Edge Trigger for Lines within the range.
| EintLine | This parameter can be a combination of the following values:
|
| None |
Definition at line 529 of file g32r4xx_ddl_eint.h.
| __STATIC_INLINE uint32_t DDL_EINT_IsEnabledRisingTrig | ( | uint32_t | EintLine | ) |
Check if rising edge trigger is enabled for Lines within the range.
| EintLine | This parameter can be a combination of the following values:
|
| State | of bit (1 or 0). |
Definition at line 602 of file g32r4xx_ddl_eint.h.