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.
Interrupts and flags management functions
[EXTI_Private_Functions]
Interrupts and flags management functions. More...
Functions | |
| FlagStatus | EXTI_GetFlagStatus_mort (uint32_t EXTI_Line) |
| Checks whether the specified EXTI_MORT line flag is set or not. | |
| void | EXTI_ClearFlag_mort (uint32_t EXTI_Line) |
| Clears the EXTI_MORT's line pending flags. | |
| ITStatus | EXTI_GetITStatus_mort (uint32_t EXTI_Line) |
| Checks whether the specified EXTI_MORT line is asserted or not. | |
| void | EXTI_ClearITPendingBit_mort (uint32_t EXTI_Line) |
| Clears the EXTI_MORT's line pending bits. | |
Detailed Description
Interrupts and flags management functions.
===============================================================================
##### Interrupts and flags management functions #####
===============================================================================
Function Documentation
| void EXTI_ClearFlag_mort | ( | uint32_t | EXTI_Line ) |
Clears the EXTI_MORT's line pending flags.
- Parameters:
-
EXTI_Line,: specifies the EXTI_MORT lines flags to clear. This parameter can be any combination of EXTI_Linex where x can be (0..22)
- Return values:
-
None
Definition at line 250 of file stm32f4xx_exti_mort.c.
| void EXTI_ClearITPendingBit_mort | ( | uint32_t | EXTI_Line ) |
Clears the EXTI_MORT's line pending bits.
- Parameters:
-
EXTI_Line,: specifies the EXTI_MORT lines to clear. This parameter can be any combination of EXTI_Linex where x can be (0..22)
- Return values:
-
None
Definition at line 288 of file stm32f4xx_exti_mort.c.
| FlagStatus EXTI_GetFlagStatus_mort | ( | uint32_t | EXTI_Line ) |
Checks whether the specified EXTI_MORT line flag is set or not.
- Parameters:
-
EXTI_Line,: specifies the EXTI_MORT line flag to check. This parameter can be EXTI_Linex where x can be(0..22)
- Return values:
-
The new state of EXTI_Line (SET or RESET).
Definition at line 227 of file stm32f4xx_exti_mort.c.
| ITStatus EXTI_GetITStatus_mort | ( | uint32_t | EXTI_Line ) |
Checks whether the specified EXTI_MORT line is asserted or not.
- Parameters:
-
EXTI_Line,: specifies the EXTI_MORT line to check. This parameter can be EXTI_Linex where x can be(0..22)
- Return values:
-
The new state of EXTI_Line (SET or RESET).
Definition at line 264 of file stm32f4xx_exti_mort.c.
Generated on Mon Jan 16 2023 14:41:56 by
1.7.2