Macros
Collaboration diagram for FSMC_Interrupt_sources:

Macros

#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)
 
#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)
 
#define FSMC_IT_Level   ((uint32_t)0x00000010)
 
#define FSMC_IT_Level   ((uint32_t)0x00000010)
 
#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)
 
#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)
 
#define IS_FSMC_GET_IT(IT)
 
#define IS_FSMC_GET_IT(IT)
 
#define IS_FSMC_IT(IT)   ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))
 
#define IS_FSMC_IT(IT)   ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))
 

Detailed Description

Macro Definition Documentation

#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)

Definition at line 598 of file stm32f4xx_fsmc.h.

#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)

Definition at line 648 of file stm32f10x_fsmc.h.

#define FSMC_IT_Level   ((uint32_t)0x00000010)

Definition at line 597 of file stm32f4xx_fsmc.h.

#define FSMC_IT_Level   ((uint32_t)0x00000010)

Definition at line 647 of file stm32f10x_fsmc.h.

#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)

Definition at line 596 of file stm32f4xx_fsmc.h.

#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)

Definition at line 646 of file stm32f10x_fsmc.h.

#define IS_FSMC_GET_IT (   IT)
Value:
(((IT) == FSMC_IT_RisingEdge) || \
((IT) == FSMC_IT_Level) || \
#define FSMC_IT_Level
#define FSMC_IT_RisingEdge
#define FSMC_IT_FallingEdge

Definition at line 600 of file stm32f4xx_fsmc.h.

#define IS_FSMC_GET_IT (   IT)
Value:
(((IT) == FSMC_IT_RisingEdge) || \
((IT) == FSMC_IT_Level) || \
#define FSMC_IT_Level
#define FSMC_IT_RisingEdge
#define FSMC_IT_FallingEdge

Definition at line 650 of file stm32f10x_fsmc.h.

#define IS_FSMC_IT (   IT)    ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))

Definition at line 599 of file stm32f4xx_fsmc.h.

#define IS_FSMC_IT (   IT)    ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))

Definition at line 649 of file stm32f10x_fsmc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54