MG32F10x Standard Peripherals Firmware Library
宏定义 | 函数
mg32f10x_exti.c 文件参考

This file provides all the EXTI firmware functions. 更多...

#include "mg32f10x_exti.h"

宏定义

#define EXTI_LINENONE   ((uint32_t)0x00000) /* No interrupt selected */
 

函数

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. 更多...
 

详细描述

This file provides all the EXTI firmware functions.

作者
megawin Application Team
版本
V0.1.10
日期
05-January-2023