Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
stm32f10x_exti.c File Reference
This file provides all the EXTI firmware functions. More...
Go to the source code of this file.
Functions | |
| void | EXTI_DeInit (void) |
| Deinitializes the EXTI peripheral registers to their default reset values. | |
| void | EXTI_Init (EXTI_InitTypeDef *EXTI_InitStruct) |
| Initializes the EXTI peripheral according to the specified parameters in the EXTI_InitStruct. | |
| void | EXTI_StructInit (EXTI_InitTypeDef *EXTI_InitStruct) |
| Fills each EXTI_InitStruct member with its reset value. | |
| void | EXTI_GenerateSWInterrupt (uint32_t EXTI_Line) |
| Generates a Software interrupt. | |
| FlagStatus | EXTI_GetFlagStatus (uint32_t EXTI_Line) |
| Checks whether the specified EXTI line flag is set or not. | |
| void | EXTI_ClearFlag (uint32_t EXTI_Line) |
| Clears the EXTI's line pending flags. | |
| ITStatus | EXTI_GetITStatus (uint32_t EXTI_Line) |
| Checks whether the specified EXTI line is asserted or not. | |
| void | EXTI_ClearITPendingBit (uint32_t EXTI_Line) |
| Clears the EXTI's line pending bits. | |
Detailed Description
This file provides all the EXTI firmware functions.
- Version:
- V3.5.0
- Date:
- 11-March-2011
- Attention:
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2011 STMicroelectronics
Definition in file stm32f10x_exti.c.
Generated on Tue Jul 12 2022 16:02:27 by
1.7.2