HAL
FSMC_NAND_InitTypeDef::MemoryDataWidth is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFSMC_NAND_InitTypeDef::MemoryDataWidth

FSMC_NAND_InitTypeDef::MemoryDataWidth field

Specifies the external memory device width. This parameter can be any value of FSMC_NAND_Data_Width

Syntax

uint32_t MemoryDataWidth;

References

LocationReferrerText
stm32f4xx_ll_fsmc.h:290
uint32_t MemoryDataWidth; /*!< Specifies the external memory device width.
stm32f4xx_hal_nand.c:441HAL_NAND_Read_ID()
if (hnand->Init.MemoryDataWidth == FSMC_NAND_PCC_MEM_BUS_WIDTH_8)
stm32f4xx_hal_nand.c:863HAL_NAND_Read_Page_16b()
if (hnand->Init.MemoryDataWidth == FSMC_NAND_PCC_MEM_BUS_WIDTH_8)
stm32f4xx_hal_nand.c:1184HAL_NAND_Write_Page_16b()
if (hnand->Init.MemoryDataWidth == FSMC_NAND_PCC_MEM_BUS_WIDTH_8)
stm32f4xx_ll_fsmc.c:585FSMC_NAND_Init()
assert_param(IS_FSMC_NAND_MEMORY_WIDTH(Init->MemoryDataWidth));
stm32f4xx_ll_fsmc.c:597FSMC_NAND_Init()
Init->MemoryDataWidth |
stm32f4xx_ll_fsmc.c:608FSMC_NAND_Init()
Init->MemoryDataWidth |

Data Use

Functions reading FSMC_NAND_InitTypeDef::MemoryDataWidth
FSMC_NAND_InitTypeDef::MemoryDataWidth
Type of FSMC_NAND_InitTypeDef::MemoryDataWidth
FSMC_NAND_InitTypeDef::MemoryDataWidth
uint32_t
all items filtered out