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

HAL_NAND_MspInit() function

NAND MSP Init

Syntax

void HAL_NAND_MspInit(NAND_HandleTypeDef *hnand);
Implemented in stm32f4xx_hal_nand.c:249

Arguments

hnand

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

Return value

None

References

LocationReferrerText
stm32f4xx_hal_nand.c:249
__weak void HAL_NAND_MspInit(NAND_HandleTypeDef *hnand)
stm32f4xx_hal_nand.h:205
void HAL_NAND_MspInit(NAND_HandleTypeDef *hnand);
stm32f4xx_hal_nand.c:184HAL_NAND_Init()
HAL_NAND_MspInit(hnand);

Call Tree

Functions calling HAL_NAND_MspInit()
all items filtered out
HAL_NAND_MspInit()
Data read by HAL_NAND_MspInit()
all items filtered out
HAL_NAND_MspInit()