Macros
Collaboration diagram for FSMC_Wait_feature:

Macros

#define FSMC_Waitfeature_Disable   ((uint32_t)0x00000000)
 
#define FSMC_Waitfeature_Disable   ((uint32_t)0x00000000)
 
#define FSMC_Waitfeature_Enable   ((uint32_t)0x00000002)
 
#define FSMC_Waitfeature_Enable   ((uint32_t)0x00000002)
 
#define IS_FSMC_WAIT_FEATURE(FEATURE)
 
#define IS_FSMC_WAIT_FEATURE(FEATURE)
 

Detailed Description

Macro Definition Documentation

◆ FSMC_Waitfeature_Disable [1/2]

#define FSMC_Waitfeature_Disable   ((uint32_t)0x00000000)

Definition at line 506 of file stm32f4xx_fsmc.h.

◆ FSMC_Waitfeature_Disable [2/2]

#define FSMC_Waitfeature_Disable   ((uint32_t)0x00000000)

Definition at line 538 of file stm32f10x_fsmc.h.

◆ FSMC_Waitfeature_Enable [1/2]

#define FSMC_Waitfeature_Enable   ((uint32_t)0x00000002)

Definition at line 507 of file stm32f4xx_fsmc.h.

◆ FSMC_Waitfeature_Enable [2/2]

#define FSMC_Waitfeature_Enable   ((uint32_t)0x00000002)

Definition at line 539 of file stm32f10x_fsmc.h.

◆ IS_FSMC_WAIT_FEATURE [1/2]

#define IS_FSMC_WAIT_FEATURE (   FEATURE)
Value:
(((FEATURE) == FSMC_Waitfeature_Disable) || \
((FEATURE) == FSMC_Waitfeature_Enable))
#define FSMC_Waitfeature_Disable
#define FSMC_Waitfeature_Enable

Definition at line 508 of file stm32f4xx_fsmc.h.

◆ IS_FSMC_WAIT_FEATURE [2/2]

#define IS_FSMC_WAIT_FEATURE (   FEATURE)
Value:
(((FEATURE) == FSMC_Waitfeature_Disable) || \
((FEATURE) == FSMC_Waitfeature_Enable))
#define FSMC_Waitfeature_Disable
#define FSMC_Waitfeature_Enable

Definition at line 540 of file stm32f10x_fsmc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:14