HAL
pFlash is only used within HAL.
 
Symbols
loading...
Files
loading...

pFlash variable

References

LocationReferrerText
stm32f4xx_hal_flash.c:104
stm32f4xx_hal_flash_ex.c:90
extern FLASH_ProcessTypeDef pFlash;
stm32f4xx_hal_flash.c:159HAL_FLASH_Program()
__HAL_LOCK(&pFlash);
stm32f4xx_hal_flash.c:198HAL_FLASH_Program()
__HAL_UNLOCK(&pFlash);
stm32f4xx_hal_flash.c:217HAL_FLASH_Program_IT()
__HAL_LOCK(&pFlash);
stm32f4xx_hal_flash.c:228HAL_FLASH_Program_IT()
stm32f4xx_hal_flash.c:229HAL_FLASH_Program_IT()
pFlash.Address = Address;
stm32f4xx_hal_flash.c:272HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:275HAL_FLASH_IRQHandler()
addresstmp = pFlash.Sector;
stm32f4xx_hal_flash.c:276HAL_FLASH_IRQHandler()
pFlash.Sector = 0xFFFFFFFFU;
stm32f4xx_hal_flash.c:278HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:281HAL_FLASH_IRQHandler()
addresstmp = pFlash.Bank;
stm32f4xx_hal_flash.c:286HAL_FLASH_IRQHandler()
addresstmp = pFlash.Address;
stm32f4xx_hal_flash.c:296HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:305HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:308HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:311HAL_FLASH_IRQHandler()
if(pFlash.NbSectorsToErase != 0U)
stm32f4xx_hal_flash.c:313HAL_FLASH_IRQHandler()
addresstmp = pFlash.Sector;
stm32f4xx_hal_flash.c:318HAL_FLASH_IRQHandler()
pFlash.Sector++;
stm32f4xx_hal_flash.c:319HAL_FLASH_IRQHandler()
addresstmp = pFlash.Sector;
stm32f4xx_hal_flash.c:320HAL_FLASH_IRQHandler()
FLASH_Erase_Sector(addresstmp, pFlash.VoltageForErase);
stm32f4xx_hal_flash.c:326HAL_FLASH_IRQHandler()
pFlash.Sector = addresstmp = 0xFFFFFFFFU;
stm32f4xx_hal_flash.c:327HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:338HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:345HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:351HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:353HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:357HAL_FLASH_IRQHandler()
stm32f4xx_hal_flash.c:369HAL_FLASH_IRQHandler()
__HAL_UNLOCK(&pFlash);
stm32f4xx_hal_flash.c:538HAL_FLASH_GetError()
return pFlash.ErrorCode;
stm32f4xx_hal_flash.c:555FLASH_WaitForLastOperation()
stm32f4xx_hal_flash.c:715FLASH_SetErrorCode()
stm32f4xx_hal_flash.c:723FLASH_SetErrorCode()
stm32f4xx_hal_flash.c:731FLASH_SetErrorCode()
stm32f4xx_hal_flash.c:739FLASH_SetErrorCode()
stm32f4xx_hal_flash.c:747FLASH_SetErrorCode()
stm32f4xx_hal_flash.c:755FLASH_SetErrorCode()
stm32f4xx_hal_flash_ex.c:166HAL_FLASHEx_Erase()
__HAL_LOCK(&pFlash);
stm32f4xx_hal_flash_ex.c:219HAL_FLASHEx_Erase()
__HAL_UNLOCK(&pFlash);
stm32f4xx_hal_flash_ex.c:236HAL_FLASHEx_Erase_IT()
__HAL_LOCK(&pFlash);
stm32f4xx_hal_flash_ex.c:254HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:255HAL_FLASHEx_Erase_IT()
pFlash.Bank = pEraseInit->Banks;
stm32f4xx_hal_flash_ex.c:265HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:266HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:267HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:268HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:289HAL_FLASHEx_OBProgram()
__HAL_LOCK(&pFlash);
stm32f4xx_hal_flash_ex.c:331HAL_FLASHEx_OBProgram()
__HAL_UNLOCK(&pFlash);

Data Use