CARME-M4 BSP  V1.5
Initialization and Configuration functions

Initialization and Configuration functions. More...

+ Collaboration diagram for Initialization and Configuration functions:

Functions

void EXTI_DeInit (void)
 Deinitializes the EXTI peripheral registers to their default reset values. More...
 
void EXTI_Init (EXTI_InitTypeDef *EXTI_InitStruct)
 Initializes the EXTI peripheral according to the specified parameters in the EXTI_InitStruct. More...
 
void EXTI_StructInit (EXTI_InitTypeDef *EXTI_InitStruct)
 Fills each EXTI_InitStruct member with its reset value. More...
 
void EXTI_GenerateSWInterrupt (uint32_t EXTI_Line)
 Generates a Software interrupt on selected EXTI line. More...
 

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
             ##### Initialization and Configuration functions #####
 ===============================================================================  

Function Documentation

void EXTI_DeInit ( void  )

Deinitializes the EXTI peripheral registers to their default reset values.

Parameters
None
Return values
None

Definition at line 110 of file stm32f4xx_exti.c.

void EXTI_GenerateSWInterrupt ( uint32_t  EXTI_Line)

Generates a Software interrupt on selected EXTI line.

Parameters
EXTI_Linespecifies the EXTI line on which the software interrupt will be generated. This parameter can be any combination of EXTI_Linex where x can be (0..22)
Return values
None

Definition at line 197 of file stm32f4xx_exti.c.

void EXTI_Init ( EXTI_InitTypeDef EXTI_InitStruct)

Initializes the EXTI peripheral according to the specified parameters in the EXTI_InitStruct.

Parameters
EXTI_InitStructpointer to a EXTI_InitTypeDef structure that contains the configuration information for the EXTI peripheral.
Return values
None

Definition at line 126 of file stm32f4xx_exti.c.

+ Here is the caller graph for this function:

void EXTI_StructInit ( EXTI_InitTypeDef EXTI_InitStruct)

Fills each EXTI_InitStruct member with its reset value.

Parameters
EXTI_InitStructpointer to a EXTI_InitTypeDef structure which will be initialized.
Return values
None

Definition at line 182 of file stm32f4xx_exti.c.