![]() |
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. | |
| __STATIC_INLINE void DDL_EINT_DisableEvent | ( | uint32_t | EintLine | ) |
Disable EintLine Event request for Lines within the range.
| None |
Definition at line 446 of file g32r4xx_ddl_eint.h.
| __STATIC_INLINE void DDL_EINT_EnableEvent | ( | uint32_t | EintLine | ) |
Enable EintLine Event request for Lines within the range.
| None |
Definition at line 411 of file g32r4xx_ddl_eint.h.
| __STATIC_INLINE uint32_t DDL_EINT_IsEnabledEvent | ( | uint32_t | EintLine | ) |
Indicate if EintLine Event request is enabled for Lines within the range.
| State | of bit (1 or 0). |
Definition at line 481 of file g32r4xx_ddl_eint.h.