Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Interrupts and flags management functions

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:
Thenew 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:
Thenew state of EXTI_Line (SET or RESET).

Definition at line 264 of file stm32f4xx_exti_mort.c.