|
STM32G474xx HAL User Manual
|
宏定义 | |
| #define | FLASH_BANK_1 0x00000001U |
| #define | FLASH_BANK_2 0x00000002U |
| #define | FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) |
| #define FLASH_BANK_1 0x00000001U |
Bank 1
Definition at line 191 of file stm32g4xx_hal_flash.h.
Referenced by FLASH_MassErase(), FLASH_OB_GetPCROP(), FLASH_OB_GetSecMem(), FLASH_OB_PCROPConfig(), FLASH_OB_SecMemConfig(), FLASH_PageErase(), HAL_FLASHEx_EnableSecMemProtection(), and HAL_FLASHEx_OBGetConfig().
| #define FLASH_BANK_2 0x00000002U |
Bank 2
Definition at line 193 of file stm32g4xx_hal_flash.h.
Referenced by FLASH_MassErase(), FLASH_OB_GetPCROP(), FLASH_OB_GetSecMem(), FLASH_OB_PCROPConfig(), FLASH_OB_SecMemConfig(), FLASH_PageErase(), HAL_FLASHEx_EnableSecMemProtection(), and HAL_FLASHEx_OBGetConfig().
| #define FLASH_BANK_BOTH (FLASH_BANK_1 | FLASH_BANK_2) |
Bank1 and Bank2
Definition at line 194 of file stm32g4xx_hal_flash.h.
Referenced by FLASH_OB_GetPCROP(), and FLASH_OB_PCROPConfig().
1.7.6.1