Home
last modified time | relevance | path

Searched refs:FLASH_BANK_BOTH (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c546 if (Banks == FLASH_BANK_BOTH) in FLASH_MassErase()
654 …if (((WRPSector == OB_WRP_SECTOR_All) && ((Banks == FLASH_BANK_1) || (Banks == FLASH_BANK_BOTH))) … in FLASH_OB_EnableWRP()
675 if ((WRPSector == OB_WRP_SECTOR_All) && (Banks == FLASH_BANK_BOTH)) in FLASH_OB_EnableWRP()
725 …if (((WRPSector == OB_WRP_SECTOR_All) && ((Banks == FLASH_BANK_1) || (Banks == FLASH_BANK_BOTH))) … in FLASH_OB_DisableWRP()
746 if ((WRPSector == OB_WRP_SECTOR_All) && (Banks == FLASH_BANK_BOTH)) in FLASH_OB_DisableWRP()
824 if ((Banks == FLASH_BANK_1) || (Banks == FLASH_BANK_BOTH)) in FLASH_OB_EnablePCROP()
838 if (Banks == FLASH_BANK_BOTH) in FLASH_OB_EnablePCROP()
889 if ((Banks == FLASH_BANK_1) || (Banks == FLASH_BANK_BOTH)) in FLASH_OB_DisablePCROP()
903 if (Banks == FLASH_BANK_BOTH) in FLASH_OB_DisablePCROP()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c1012 assert_param(IS_FLASH_BANK_EXCLUSIVE(PCROPConfig & FLASH_BANK_BOTH)); in FLASH_OB_PCROPConfig()
1042 if ((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_PCROPConfig()
1050 else if ((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_PCROPConfig()
1067 if ((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_PCROPConfig()
1076 else if ((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_PCROPConfig()
1364 if (((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_GetPCROP()
1372 else if (((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_GetPCROP()
1388 if (((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_GetPCROP()
1397 else if (((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_GetPCROP()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c1004 assert_param(IS_FLASH_BANK_EXCLUSIVE(PCROPConfig & FLASH_BANK_BOTH)); in FLASH_OB_PCROPConfig()
1037 if((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_PCROPConfig()
1045 else if((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_PCROPConfig()
1062 if((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_PCROPConfig()
1074 else if((PCROPConfig & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_PCROPConfig()
1246 if(((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_GetPCROP()
1254 else if(((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_GetPCROP()
1270 if(((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_1) in FLASH_OB_GetPCROP()
1282 else if(((*PCROPConfig) & FLASH_BANK_BOTH) == FLASH_BANK_2) in FLASH_OB_GetPCROP()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h194 #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
196 #define FLASH_BANK_BOTH FLASH_BANK_1 /*!< Bank 1 */ macro
904 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c171 if (pEraseInit->Banks == FLASH_BANK_BOTH) in HAL_FLASHEx_Erase()
179 FLASH_MassErase(FLASH_BANK_BOTH); in HAL_FLASHEx_Erase()
599 if(Banks == FLASH_BANK_BOTH) in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h187 #define FLASH_BANK_BOTH ((uint32_t)(FLASH_BANK_1 | FLASH_BANK_2)) /*!< Bank1 and Bank2 */ macro
189 #define FLASH_BANK_BOTH ((uint32_t)(FLASH_BANK_1)) /*!< Bank 1 */ macro
876 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h112 ((BANK) == FLASH_BANK_BOTH))
271 #define FLASH_BANK_BOTH ((uint32_t)FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h308 #define FLASH_BANK_BOTH ((uint32_t)(FLASH_BANK_1 | FLASH_BANK_2)) /*!< Bank1 and… macro
653 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h231 #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
971 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h246 #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
967 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h323 #define FLASH_BANK_BOTH ((uint32_t)FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
900 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c960 if ((Banks & FLASH_BANK_BOTH) == FLASH_BANK_BOTH) in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1115 if((Banks & FLASH_BANK_BOTH) == FLASH_BANK_BOTH) in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h826 ((BANK) == FLASH_BANK_BOTH))
Dstm32h7xx_hal_flash_ex.h406 #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h565 #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) /*!< Bank1 and Bank2 */ macro
Dstm32h5xx_hal_flash.h769 ((BANK) == FLASH_BANK_BOTH))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c448 if(Banks == FLASH_BANK_BOTH) in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h230 #define FLASH_BANK_BOTH FLASH_BANK_1 /*!< Bank 1 */ macro