contains the configuration information for NAND module.
pDeviceConfig: : pointer to NAND_DeviceConfigTypeDef
structure
HAL_NAND_Read_ID
HAL_StatusTypeDef HAL_NAND_Read_ID
(NAND_HandleTypeDef * hnand, NAND_IDTypeDef *
pNAND_ID)
Read the NAND memory electronic signature.
hnand: pointer to a NAND_HandleTypeDef structure that
contains the configuration information for NAND module.
pNAND_ID: NAND ID structure
HAL_NAND_MspInit
void HAL_NAND_MspInit (NAND_HandleTypeDef * hnand)
hnand: pointer to a NAND_HandleTypeDef structure that
contains the configuration information for NAND module.
HAL_NAND_MspDeInit
void HAL_NAND_MspDeInit (NAND_HandleTypeDef * hnand)
hnand: pointer to a NAND_HandleTypeDef structure that
contains the configuration information for NAND module.
HAL_NAND_IRQHandler
void HAL_NAND_IRQHandler (NAND_HandleTypeDef * hnand)
This function handles NAND device interrupt request.
hnand: pointer to a NAND_HandleTypeDef structure that
contains the configuration information for NAND module.
HAL_NAND_ITCallback
void HAL_NAND_ITCallback (NAND_HandleTypeDef * hnand)
NAND interrupt feature callback.
hnand: pointer to a NAND_HandleTypeDef structure that
contains the configuration information for NAND module.