STM32F4xx_HAL_Driver  1.8.3
Initialization and de-initialization functions
+ Collaboration diagram for Initialization and de-initialization functions:

Functions

uint32_t LL_EXTI_Init (LL_EXTI_InitTypeDef *EXTI_InitStruct)
 Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct. More...
 
uint32_t LL_EXTI_DeInit (void)
 De-initialize the EXTI registers to their default reset values. More...
 
void LL_EXTI_StructInit (LL_EXTI_InitTypeDef *EXTI_InitStruct)
 Set each LL_EXTI_InitTypeDef field to default value. More...
 

Detailed Description

Function Documentation

◆ LL_EXTI_DeInit()

uint32_t LL_EXTI_DeInit ( void  )

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

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

Definition at line 79 of file stm32f4xx_ll_exti.c.

◆ LL_EXTI_Init()

uint32_t LL_EXTI_Init ( LL_EXTI_InitTypeDef EXTI_InitStruct)

Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct.

Parameters
EXTI_InitStructpointer to a LL_EXTI_InitTypeDef structure.
Return values
AnErrorStatus enumeration value:
  • SUCCESS: EXTI registers are initialized
  • ERROR: not applicable

Definition at line 104 of file stm32f4xx_ll_exti.c.

◆ LL_EXTI_StructInit()

void LL_EXTI_StructInit ( LL_EXTI_InitTypeDef EXTI_InitStruct)

Set each LL_EXTI_InitTypeDef field to default value.

Parameters
EXTI_InitStructPointer to a LL_EXTI_InitTypeDef structure.
Return values
None

Definition at line 185 of file stm32f4xx_ll_exti.c.