FMC NOR ID typedef. More...
#include <stm32f7xx_hal_nor.h>
Public Attributes | |
uint16_t | Device_Code1 |
uint16_t | Device_Code2 |
uint16_t | Device_Code3 |
uint16_t | Manufacturer_Code |
FMC NOR ID typedef.
Definition at line 71 of file stm32f7xx_hal_nor.h.
uint16_t NOR_IDTypeDef::Device_Code1 |
Definition at line 75 of file stm32f7xx_hal_nor.h.
uint16_t NOR_IDTypeDef::Device_Code2 |
Definition at line 77 of file stm32f7xx_hal_nor.h.
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 79 of file stm32f7xx_hal_nor.h.
uint16_t NOR_IDTypeDef::Manufacturer_Code |
Defines the device's manufacturer code used to identify the memory
Definition at line 73 of file stm32f7xx_hal_nor.h.