STM32F4xx_HAL_Driver
1.8.3
|
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... | |
uint32_t LL_EXTI_DeInit | ( | void | ) |
De-initialize the EXTI registers to their default reset values.
An | ErrorStatus enumeration value:
|
Definition at line 79 of file stm32f4xx_ll_exti.c.
uint32_t LL_EXTI_Init | ( | LL_EXTI_InitTypeDef * | EXTI_InitStruct | ) |
Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct.
EXTI_InitStruct | pointer to a LL_EXTI_InitTypeDef structure. |
An | ErrorStatus enumeration value:
|
Definition at line 104 of file stm32f4xx_ll_exti.c.
void LL_EXTI_StructInit | ( | LL_EXTI_InitTypeDef * | EXTI_InitStruct | ) |
Set each LL_EXTI_InitTypeDef field to default value.
EXTI_InitStruct | Pointer to a LL_EXTI_InitTypeDef structure. |
None |
Definition at line 185 of file stm32f4xx_ll_exti.c.