STM32H735xx HAL User Manual
Defines | Functions
stm32h7xx_ll_exti.c File Reference

EXTI LL module driver. More...

#include "stm32h7xx_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_LINE_32_63(__VALUE__)   (((__VALUE__) & ~LL_EXTI_LINE_ALL_32_63) == 0x00000000U)
#define IS_LL_EXTI_LINE_64_95(__VALUE__)   (((__VALUE__) & ~LL_EXTI_LINE_ALL_64_95) == 0x00000000U)
#define IS_LL_EXTI_MODE(__VALUE__)
#define IS_LL_EXTI_TRIGGER(__VALUE__)

Functions

ErrorStatus LL_EXTI_DeInit (void)
 De-initialize the EXTI registers to their default reset values.
ErrorStatus 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.

Detailed Description

EXTI LL module driver.

Author:
MCD Application Team
Attention:

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32h7xx_ll_exti.c.


Define Documentation

#define assert_param (   expr)    ((void)0U)

Definition at line 25 of file stm32h7xx_ll_exti.c.

Referenced by LL_EXTI_Init().