Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

FMC_NAND_InitTypeDef Struct Reference

FMC_NAND_InitTypeDef Struct Reference
[FMC Low Layer Exported Typedef]

FMC_NAND Configuration Structure definition. More...

#include <stm32l4xx_ll_fmc.h>

Data Fields

uint32_t NandBank
uint32_t Waitfeature
uint32_t MemoryDataWidth
uint32_t EccComputation
uint32_t ECCPageSize
uint32_t TCLRSetupTime
uint32_t TARSetupTime

Detailed Description

FMC_NAND Configuration Structure definition.

Definition at line 387 of file stm32l4xx_ll_fmc.h.


Field Documentation

uint32_t EccComputation

Enables or disables the ECC computation. This parameter can be any value of FMC NAND ECC

Definition at line 398 of file stm32l4xx_ll_fmc.h.

uint32_t ECCPageSize

Defines the page size for the extended ECC. This parameter can be any value of FMC NAND ECC Page Size

Definition at line 401 of file stm32l4xx_ll_fmc.h.

uint32_t MemoryDataWidth

Specifies the external memory device width. This parameter can be any value of FMC NAND Data Width

Definition at line 395 of file stm32l4xx_ll_fmc.h.

uint32_t NandBank

Specifies the NAND memory device that will be used. This parameter can be a value of FMC NAND Bank

Definition at line 389 of file stm32l4xx_ll_fmc.h.

uint32_t TARSetupTime

Defines the number of HCLK cycles to configure the delay between ALE low and RE low. This parameter can be a number between Min_Data = 0 and Max_Data = 255

Definition at line 408 of file stm32l4xx_ll_fmc.h.

uint32_t TCLRSetupTime

Defines the number of HCLK cycles to configure the delay between CLE low and RE low. This parameter can be a value between Min_Data = 0 and Max_Data = 255

Definition at line 404 of file stm32l4xx_ll_fmc.h.

uint32_t Waitfeature

Enables or disables the Wait feature for the NAND Memory device. This parameter can be any value of FMC Wait feature

Definition at line 392 of file stm32l4xx_ll_fmc.h.