/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 318 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 320 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 325 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 328 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 489 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 491 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 493 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 322 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 324 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 329 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 332 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 493 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 495 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 497 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 319 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 321 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 326 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 329 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 490 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 492 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 319 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 321 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 326 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 329 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 490 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 492 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 318 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 320 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 325 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 328 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 489 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 491 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 493 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 321 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 323 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 328 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 331 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 492 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 496 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 321 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 323 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 328 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 331 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 492 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 496 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 322 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 324 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 329 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 332 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 493 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 495 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 497 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 319 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 321 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 326 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 329 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 490 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 492 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 319 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 321 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 326 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 329 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 490 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 492 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 318 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 320 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 325 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 328 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 489 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 491 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 493 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_nor.c | 198 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 280 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 284 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 321 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 323 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 328 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 331 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 492 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 496 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_nor.c | 199 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 281 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 285 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 319 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Init() 321 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI_BYTE), in HAL_NOR_Init() 326 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 329 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 490 if (uwNORMemoryDataWidth == NOR_MEMORY_8B) in HAL_NOR_Read_ID() 492 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_BYTE), in HAL_NOR_Read_ID() 494 NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND_BYTE), in HAL_NOR_Read_ID() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_nor.c | 194 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B; variable 275 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init() 279 uwNORMemoryDataWidth = NOR_MEMORY_16B; in HAL_NOR_Init() 313 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST_CFI), NOR_CMD_… in HAL_NOR_Init() 314 …hnor->CommandSet = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_ADDR… in HAL_NOR_Init() 475 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_FIRST), NOR_CMD_DATA… in HAL_NOR_Read_ID() 476 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_SECOND), NOR_CMD_DAT… in HAL_NOR_Read_ID() 477 …NOR_WRITE(NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, NOR_CMD_ADDRESS_THIRD), NOR_CMD_DATA… in HAL_NOR_Read_ID() 492 …ufacturer_Code = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, MC_ADDRESS… in HAL_NOR_Read_ID() 493 …pNOR_ID->Device_Code1 = *(__IO uint16_t *) NOR_ADDR_SHIFT(deviceaddress, uwNORMemoryDataWidth, in HAL_NOR_Read_ID() [all …]
|