management functions
More...
Functions |
HAL_StatusTypeDef | HAL_NAND_ECC_Enable (NAND_HandleTypeDef *hnand) |
| Enables dynamically NAND ECC feature.
|
HAL_StatusTypeDef | HAL_NAND_ECC_Disable (NAND_HandleTypeDef *hnand) |
| Disables dynamically FMC_NAND ECC feature.
|
HAL_StatusTypeDef | HAL_NAND_GetECC (NAND_HandleTypeDef *hnand, uint32_t *ECCval, uint32_t Timeout) |
| Disables dynamically NAND ECC feature.
|
Detailed Description
management functions
==============================================================================
##### NAND Control functions #####
==============================================================================
[..]
This subsection provides a set of functions allowing to control dynamically
the NAND interface.
Function Documentation
Disables dynamically FMC_NAND ECC feature.
- Parameters:
-
hnand | pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module. |
- Return values:
-
Definition at line 2247 of file stm32f4xx_hal_nand.c.
Enables dynamically NAND ECC feature.
- Parameters:
-
hnand | pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module. |
- Return values:
-
Definition at line 2215 of file stm32f4xx_hal_nand.c.
HAL_StatusTypeDef HAL_NAND_GetECC |
( |
NAND_HandleTypeDef * |
hnand, |
|
|
uint32_t * |
ECCval, |
|
|
uint32_t |
Timeout |
|
) |
| |
Disables dynamically NAND ECC feature.
- Parameters:
-
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 values:
-
Definition at line 2281 of file stm32f4xx_hal_nand.c.