STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
HAL_StatusTypeDef | FSMC_NAND_ECC_Enable (FSMC_NAND_TypeDef *Device, uint32_t Bank) |
Enables dynamically FSMC_NAND ECC feature. More... | |
HAL_StatusTypeDef | FSMC_NAND_ECC_Disable (FSMC_NAND_TypeDef *Device, uint32_t Bank) |
Disables dynamically FSMC_NAND ECC feature. More... | |
HAL_StatusTypeDef | FSMC_NAND_GetECC (FSMC_NAND_TypeDef *Device, uint32_t *ECCval, uint32_t Bank, uint32_t Timeout) |
Disables dynamically FSMC_NAND ECC feature. More... | |
HAL_StatusTypeDef FSMC_NAND_ECC_Disable | ( | FSMC_NAND_TypeDef * | Device, |
uint32_t | Bank | ||
) |
Disables dynamically FSMC_NAND ECC feature.
Device | Pointer to NAND device instance |
Bank | NAND bank number |
HAL | status |
Definition at line 787 of file stm32f4xx_ll_fsmc.c.
HAL_StatusTypeDef FSMC_NAND_ECC_Enable | ( | FSMC_NAND_TypeDef * | Device, |
uint32_t | Bank | ||
) |
Enables dynamically FSMC_NAND ECC feature.
Device | Pointer to NAND device instance |
Bank | NAND bank number |
HAL | status |
Definition at line 761 of file stm32f4xx_ll_fsmc.c.
HAL_StatusTypeDef FSMC_NAND_GetECC | ( | FSMC_NAND_TypeDef * | Device, |
uint32_t * | ECCval, | ||
uint32_t | Bank, | ||
uint32_t | Timeout | ||
) |
Disables dynamically FSMC_NAND ECC feature.
Device | Pointer to NAND device instance |
ECCval | Pointer to ECC value |
Bank | NAND bank number |
Timeout | Timeout wait value |
HAL | status |
Definition at line 814 of file stm32f4xx_ll_fsmc.c.