|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for NAND Initialization/de-initialization functions:Functions | |
| HAL_StatusTypeDef | FSMC_NAND_Init (FSMC_NAND_TypeDef *Device, FSMC_NAND_InitTypeDef *Init) |
| Initializes the FSMC_NAND device according to the specified control parameters in the FSMC_NAND_HandleTypeDef. More... | |
| HAL_StatusTypeDef | FSMC_NAND_CommonSpace_Timing_Init (FSMC_NAND_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing, uint32_t Bank) |
| Initializes the FSMC_NAND Common space Timing according to the specified parameters in the FSMC_NAND_PCC_TimingTypeDef. More... | |
| HAL_StatusTypeDef | FSMC_NAND_AttributeSpace_Timing_Init (FSMC_NAND_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing, uint32_t Bank) |
| Initializes the FSMC_NAND Attribute space Timing according to the specified parameters in the FSMC_NAND_PCC_TimingTypeDef. More... | |
| HAL_StatusTypeDef | FSMC_NAND_DeInit (FSMC_NAND_TypeDef *Device, uint32_t Bank) |
| DeInitializes the FSMC_NAND device. More... | |
| HAL_StatusTypeDef FSMC_NAND_AttributeSpace_Timing_Init | ( | FSMC_NAND_TypeDef * | Device, |
| FSMC_NAND_PCC_TimingTypeDef * | Timing, | ||
| uint32_t | Bank | ||
| ) |
Initializes the FSMC_NAND Attribute space Timing according to the specified parameters in the FSMC_NAND_PCC_TimingTypeDef.
| Device | Pointer to NAND device instance |
| Timing | Pointer to NAND timing structure |
| Bank | NAND bank number |
| HAL | status |
Definition at line 666 of file stm32f4xx_ll_fsmc.c.
| HAL_StatusTypeDef FSMC_NAND_CommonSpace_Timing_Init | ( | FSMC_NAND_TypeDef * | Device, |
| FSMC_NAND_PCC_TimingTypeDef * | Timing, | ||
| uint32_t | Bank | ||
| ) |
Initializes the FSMC_NAND Common space Timing according to the specified parameters in the FSMC_NAND_PCC_TimingTypeDef.
| Device | Pointer to NAND device instance |
| Timing | Pointer to NAND timing structure |
| Bank | NAND bank number |
| HAL | status |
Definition at line 626 of file stm32f4xx_ll_fsmc.c.
| HAL_StatusTypeDef FSMC_NAND_DeInit | ( | FSMC_NAND_TypeDef * | Device, |
| uint32_t | Bank | ||
| ) |
DeInitializes the FSMC_NAND device.
| Device | Pointer to NAND device instance |
| Bank | NAND bank number |
| HAL | status |
Definition at line 704 of file stm32f4xx_ll_fsmc.c.
| HAL_StatusTypeDef FSMC_NAND_Init | ( | FSMC_NAND_TypeDef * | Device, |
| FSMC_NAND_InitTypeDef * | Init | ||
| ) |
Initializes the FSMC_NAND device according to the specified control parameters in the FSMC_NAND_HandleTypeDef.
| Device | Pointer to NAND device instance |
| Init | Pointer to NAND Initialization structure |
| HAL | status |
Definition at line 579 of file stm32f4xx_ll_fsmc.c.