Home
last modified time | relevance | path

Searched refs:pFlashOperation (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c637 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation) in HAL_FLASHEx_GetOperation() argument
642 pFlashOperation->OperationType = opsr_reg & FLASH_OPSR_CODE_OP; in HAL_FLASHEx_GetOperation()
646 pFlashOperation->FlashArea = opsr_reg & (FLASH_OPSR_DATA_OP | FLASH_OPSR_BK_OP | \ in HAL_FLASHEx_GetOperation()
649 pFlashOperation->FlashArea = opsr_reg & (FLASH_OPSR_BK_OP | FLASH_OPSR_SYSF_OP | \ in HAL_FLASHEx_GetOperation()
653 pFlashOperation->Address = opsr_reg & FLASH_OPSR_ADDR_OP; in HAL_FLASHEx_GetOperation()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c839 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation) in HAL_FLASHEx_GetOperation() argument
844 pFlashOperation->OperationType = opsr_reg & FLASH_OPSR_CODE_OP; in HAL_FLASHEx_GetOperation()
847 pFlashOperation->FlashArea = opsr_reg & FLASH_OPSR_SYSF_OP; in HAL_FLASHEx_GetOperation()
850 pFlashOperation->Address = opsr_reg & FLASH_OPSR_ADDR_OP; in HAL_FLASHEx_GetOperation()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c852 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation) in HAL_FLASHEx_GetOperation() argument
857 pFlashOperation->OperationType = opsr_reg & FLASH_OPSR_CODE_OP; in HAL_FLASHEx_GetOperation()
860 pFlashOperation->FlashArea = opsr_reg & (FLASH_OPSR_SYSF_OP | FLASH_OPSR_BK_OP); in HAL_FLASHEx_GetOperation()
863 pFlashOperation->Address = opsr_reg & FLASH_OPSR_ADDR_OP; in HAL_FLASHEx_GetOperation()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h189 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h259 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h872 void HAL_FLASHEx_GetOperation(FLASH_OperationTypeDef *pFlashOperation);