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_PCC_TimingTypeDef Struct Reference

FMC_NAND_PCC_TimingTypeDef Struct Reference
[FMC Low Layer Exported Typedef]

FMC_NAND Timing parameters structure definition. More...

#include <stm32l4xx_ll_fmc.h>

Data Fields

uint32_t SetupTime
uint32_t WaitSetupTime
uint32_t HoldSetupTime
uint32_t HiZSetupTime

Detailed Description

FMC_NAND Timing parameters structure definition.

Definition at line 416 of file stm32l4xx_ll_fmc.h.


Field Documentation

uint32_t HiZSetupTime

Defines the number of HCLK clock cycles during which the data bus is kept in HiZ after the start of a NAND-Flash write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between Min_Data = 0 and Max_Data = 255

Definition at line 437 of file stm32l4xx_ll_fmc.h.

uint32_t HoldSetupTime

Defines the number of HCLK clock cycles to hold address (and data for write access) after the command de-assertion for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between Min_Data = 0 and Max_Data = 255

Definition at line 430 of file stm32l4xx_ll_fmc.h.

uint32_t SetupTime

Defines the number of HCLK cycles to setup address before the command assertion for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a value between Min_Data = 0 and Max_Data = 255

Definition at line 418 of file stm32l4xx_ll_fmc.h.

uint32_t WaitSetupTime

Defines the minimum number of HCLK cycles to assert the command for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between Min_Data = 0 and Max_Data = 255

Definition at line 424 of file stm32l4xx_ll_fmc.h.