HAL
HAL_NAND_GetECC() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_NAND_GetECC() function

Disables dynamically NAND ECC feature.

Syntax

HAL_StatusTypeDef HAL_NAND_GetECC(NAND_HandleTypeDef *hnand,     uint32_t *ECCval,     uint32_t Timeout);
Implemented in stm32f4xx_hal_nand.c:2271

Arguments

hnand

pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.

ECCval

pointer to ECC value

Timeout

maximum timeout to wait

Return value

HAL status

References

LocationText
stm32f4xx_hal_nand.c:2271
HAL_StatusTypeDef HAL_NAND_GetECC(NAND_HandleTypeDef *hnand, uint32_t *ECCval, uint32_t Timeout)
stm32f4xx_hal_nand.h:261
HAL_StatusTypeDef HAL_NAND_GetECC(NAND_HandleTypeDef *hnand, uint32_t *ECCval, uint32_t Timeout);

Call Tree

Functions called by HAL_NAND_GetECC()
HAL_NAND_GetECC()
Type of HAL_NAND_GetECC()
HAL_NAND_GetECC()