![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| uint32_t | DDL_EINT_Init (DDL_EINT_InitTypeDef *EINT_InitStruct) |
| Initialize the EINT registers according to the specified parameters in EINT_InitStruct. | |
| uint32_t | DDL_EINT_DeInit (void) |
| De-initialize the EINT registers to their default reset values. | |
| void | DDL_EINT_StructInit (DDL_EINT_InitTypeDef *EINT_InitStruct) |
| Set each DDL_EINT_InitTypeDef field to default value. | |
| uint32_t DDL_EINT_DeInit | ( | void | ) |
De-initialize the EINT registers to their default reset values.
| An | ErrorStatus enumeration value:
|
Definition at line 105 of file g32r4xx_ddl_eint.c.
| uint32_t DDL_EINT_Init | ( | DDL_EINT_InitTypeDef * | EINT_InitStruct | ) |
Initialize the EINT registers according to the specified parameters in EINT_InitStruct.
| EINT_InitStruct | pointer to a DDL_EINT_InitTypeDef structure. |
| An | ErrorStatus enumeration value:
|
Definition at line 130 of file g32r4xx_ddl_eint.c.
| void DDL_EINT_StructInit | ( | DDL_EINT_InitTypeDef * | EINT_InitStruct | ) |
Set each DDL_EINT_InitTypeDef field to default value.
| EINT_InitStruct | Pointer to a DDL_EINT_InitTypeDef structure. |
| None |
Definition at line 211 of file g32r4xx_ddl_eint.c.