STM32H735xx HAL User Manual
|
FMC NOR ID typedef. More...
#include <stm32h7xx_hal_nor.h>
Data Fields | |
uint16_t | Manufacturer_Code |
uint16_t | Device_Code1 |
uint16_t | Device_Code2 |
uint16_t | Device_Code3 |
FMC NOR ID typedef.
Definition at line 70 of file stm32h7xx_hal_nor.h.
uint16_t NOR_IDTypeDef::Device_Code1 |
Definition at line 74 of file stm32h7xx_hal_nor.h.
Referenced by HAL_NOR_Read_ID().
uint16_t NOR_IDTypeDef::Device_Code2 |
Definition at line 76 of file stm32h7xx_hal_nor.h.
Referenced by HAL_NOR_Read_ID().
uint16_t NOR_IDTypeDef::Device_Code3 |
Defines the device's codes used to identify the memory. These codes can be accessed by performing read operations with specific control signals and addresses set.They can also be accessed by issuing an Auto Select command
Definition at line 78 of file stm32h7xx_hal_nor.h.
Referenced by HAL_NOR_Read_ID().
uint16_t NOR_IDTypeDef::Manufacturer_Code |
Defines the device's manufacturer code used to identify the memory
Definition at line 72 of file stm32h7xx_hal_nor.h.
Referenced by HAL_NOR_Read_ID().