NOR_Id is only used within FMC_NOR.
 
Symbols
loading...
Files
loading...

NOR_Id variable

Syntax

static NOR_IDTypeDef NOR_Id;

References

LocationReferrerText
main.c:48
static NOR_IDTypeDef NOR_Id;
main.c:135main()
if(HAL_NOR_Read_ID(&hnor, &NOR_Id) != HAL_OK)
main.c:142main()
if((NOR_Id.Manufacturer_Code != (uint16_t)MANUFACTURER_CODE) ||
main.c:143main()
(NOR_Id.Device_Code1 != (uint16_t)DEVICE_CODE1) ||
main.c:144main()
(NOR_Id.Device_Code2 != (uint16_t)DEVICE_CODE2) ||
main.c:145main()
(NOR_Id.Device_Code3 != (uint16_t)DEVICE_CODE3))

Data Use

Functions reading NOR_Id
NOR_Id
all items filtered out
Type of NOR_Id
NOR_Id
all items filtered out