STM32F103xB HAL User Manual
Defines | Functions
stm32f1xx_ll_exti.c File Reference

EXTI LL module driver. More...

#include "stm32f1xx_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.

Detailed Description

EXTI LL module driver.

Author:
MCD Application Team
Attention:

© Copyright (c) 2016 STMicroelectronics. All rights reserved.

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 stm32f1xx_ll_exti.c.


Define Documentation

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

Definition at line 27 of file stm32f1xx_ll_exti.c.

Referenced by LL_EXTI_Init().