STM32F479xx HAL User Manual
|
EXTI LL module driver. More...
#include "stm32f4xx_ll_exti.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_EXTI_LINE_0_31(__VALUE__) (((__VALUE__) & ~LL_EXTI_LINE_ALL_0_31) == 0x00000000U) |
#define | IS_LL_EXTI_MODE(__VALUE__) |
#define | IS_LL_EXTI_TRIGGER(__VALUE__) |
Functions | |
uint32_t | LL_EXTI_DeInit (void) |
De-initialize the EXTI registers to their default reset values. | |
uint32_t | LL_EXTI_Init (LL_EXTI_InitTypeDef *EXTI_InitStruct) |
Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct. | |
void | LL_EXTI_StructInit (LL_EXTI_InitTypeDef *EXTI_InitStruct) |
Set each LL_EXTI_InitTypeDef field to default value. |
EXTI LL module driver.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f4xx_ll_exti.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 26 of file stm32f4xx_ll_exti.c.
Referenced by LL_EXTI_Init().