HAL + 0/1 examples
CodeScope will show references to FMC_NORSRAM_InitTypeDef::WriteFifo from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMC_NORSRAM_InitTypeDef::WriteFifo

FMC_NORSRAM_InitTypeDef::WriteFifo field

Enables or disables the write FIFO used by the FMC controller. This parameter is only enabled through the FMC_BCR1 register, and don't care through FMC_BCR2..4 registers. This parameter can be a value of FMC_Write_FIFO This mode is available only for the STM32F446/469/479xx devices

Syntax

uint32_t WriteFifo;

Examples

FMC_NORSRAM_InitTypeDef::WriteFifo is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_fmc.h:288
uint32_t WriteFifo; /*!< Enables or disables the write FIFO used by the FMC controller.
stm32f4xx_ll_fmc.c:267FMC_NORSRAM_Init()
assert_param(IS_FMC_WRITE_FIFO(Init->WriteFifo));
stm32f4xx_ll_fmc.c:304FMC_NORSRAM_Init()
btcr_reg |= Init->WriteFifo;
stm32f4xx_ll_fmc.c:347FMC_NORSRAM_Init()
SET_BIT(Device->BTCR[FMC_NORSRAM_BANK1], (uint32_t)(Init->WriteFifo));

Data Use

Functions reading FMC_NORSRAM_InitTypeDef::WriteFifo
FMC_NORSRAM_InitTypeDef::WriteFifo
all items filtered out
Type of FMC_NORSRAM_InitTypeDef::WriteFifo
FMC_NORSRAM_InitTypeDef::WriteFifo
uint32_t
all items filtered out