STM32H735xx HAL User Manual
|
NAND Memory electronic signature Structure definition. More...
#include <stm32h7xx_hal_nand.h>
Data Fields | |
uint8_t | Maker_Id |
uint8_t | Device_Id |
uint8_t | Third_Id |
uint8_t | Fourth_Id |
NAND Memory electronic signature Structure definition.
Definition at line 59 of file stm32h7xx_hal_nand.h.
uint8_t NAND_IDTypeDef::Device_Id |
Definition at line 65 of file stm32h7xx_hal_nand.h.
Referenced by HAL_NAND_Read_ID().
uint8_t NAND_IDTypeDef::Fourth_Id |
Definition at line 69 of file stm32h7xx_hal_nand.h.
Referenced by HAL_NAND_Read_ID().
uint8_t NAND_IDTypeDef::Maker_Id |
Definition at line 63 of file stm32h7xx_hal_nand.h.
Referenced by HAL_NAND_Read_ID().
uint8_t NAND_IDTypeDef::Third_Id |
Definition at line 67 of file stm32h7xx_hal_nand.h.
Referenced by HAL_NAND_Read_ID().