HAL
HAL_NAND_Read_ID()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_NAND_Read_ID()
HAL_NAND_Read_ID() function
Read the NAND memory electronic signature
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_nand.h:203
HAL_StatusTypeDef
HAL_NAND_Read_ID
(
NAND_HandleTypeDef
*
hnand
,
NAND_IDTypeDef
*
pNAND_ID
)
;
Implemented in
stm32f4xx_hal_nand.c:400
Arguments
Argument
Description
hnand
pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.
pNAND_ID
NAND ID structure
Return value
HAL status
Related Functions
Found 23 other functions taking a
NAND_HandleTypeDef
argument:
Function
Description
HAL_NAND_Read_Status()
NAND memory read status
HAL_NAND_ITCallback()
NAND interrupt feature callback
HAL_NAND_MspInit()
NAND MSP Init
HAL_NAND_MspDeInit()
NAND MSP DeInit
HAL_NAND_GetECC()
Disables dynamically NAND ECC feature.
HAL_NAND_GetState()
return the NAND state
HAL_NAND_Write_Page_8b()
Write Page(s) to NAND memory block (8-bits addressing)
HAL_NAND_Read_SpareArea_8b()
Read Spare area(s) from NAND memory (8-bits addressing)
HAL_NAND_Write_SpareArea_8b()
Write Spare area(s) to NAND memory (8-bits addressing)
HAL_NAND_Read_Page_16b()
Read Page(s) from NAND memory block (16-bits addressing)
HAL_NAND_Write_Page_16b()
Write Page(s) to NAND memory block (16-bits addressing)
HAL_NAND_Read_SpareArea_16b()
Read Spare area(s) from NAND memory (16-bits addressing)
HAL_NAND_Write_SpareArea_16b()
Write Spare area(s) to NAND memory (16-bits addressing)
HAL_NAND_Erase_Block()
NAND memory Block erase
HAL_NAND_Address_Inc()
Increment the NAND memory address
HAL_NAND_ECC_Enable()
Enables dynamically NAND ECC feature.
HAL_NAND_ECC_Disable()
Disables dynamically FMC_NAND ECC feature.
HAL_NAND_Init()
Perform NAND memory Initialization sequence
HAL_NAND_DeInit()
Perform NAND memory De-Initialization sequence
HAL_NAND_ConfigDevice()
Configure the device: Enter the physical parameters of the device
HAL_NAND_IRQHandler()
This function handles NAND device interrupt request.
HAL_NAND_Reset()
NAND memory reset
HAL_NAND_Read_Page_8b()
Read Page(s) from NAND memory block (8-bits addressing)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out