G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Initialization and de-initialization functions

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.

Detailed Description

Function Documentation

◆ DDL_EINT_DeInit()

uint32_t DDL_EINT_DeInit ( void )

De-initialize the EINT registers to their default reset values.

Return values
AnErrorStatus enumeration value:
  • SUCCESS: EINT registers are de-initialized
  • ERROR: not applicable

Definition at line 105 of file g32r4xx_ddl_eint.c.

◆ DDL_EINT_Init()

uint32_t DDL_EINT_Init ( DDL_EINT_InitTypeDef * EINT_InitStruct)

Initialize the EINT registers according to the specified parameters in EINT_InitStruct.

Parameters
EINT_InitStructpointer to a DDL_EINT_InitTypeDef structure.
Return values
AnErrorStatus enumeration value:
  • SUCCESS: EINT registers are initialized
  • ERROR: not applicable

Definition at line 130 of file g32r4xx_ddl_eint.c.

◆ DDL_EINT_StructInit()

void DDL_EINT_StructInit ( DDL_EINT_InitTypeDef * EINT_InitStruct)

Set each DDL_EINT_InitTypeDef field to default value.

Parameters
EINT_InitStructPointer to a DDL_EINT_InitTypeDef structure.
Return values
None

Definition at line 211 of file g32r4xx_ddl_eint.c.