External interrupt/event controller (EXTI)
10.2.5 Initialization and Configuration functions
10.2.5.1 EXTI_DeInit
void EXTI_DeInit ( void )
Deinitializes the EXTI peripheral registers to their default reset
values.
10.2.5.2 EXTI_Init
void EXTI_Init ( EXTI_InitTypeDef * EXTI_InitStruct)
Initializes the EXTI peripheral according to the specified
parameters in the EXTI_InitStruct.
ï‚· EXTI_InitStruct : pointer to a EXTI_InitTypeDef structure
that contains the configuration information for the EXTI
peripheral.
10.2.5.3 EXTI_StructInit
void EXTI_StructInit ( EXTI_InitTypeDef * EXTI_InitStruct)
Fills each EXTI_InitStruct member with its reset value.
ï‚· EXTI_InitStruct : pointer to a EXTI_InitTypeDef structure
which will be initialized.