STM32F439xx HAL User Manual
Defines
FLASH Banks
FLASH Exported Constants

Defines

#define FLASH_BANK_1   1U
#define FLASH_BANK_2   2U
#define FLASH_BANK_BOTH   ((uint32_t)FLASH_BANK_1 | FLASH_BANK_2)

Define Documentation

#define FLASH_BANK_1   1U
#define FLASH_BANK_2   2U

Bank 2

Definition at line 340 of file stm32f4xx_hal_flash_ex.h.

#define FLASH_BANK_BOTH   ((uint32_t)FLASH_BANK_1 | FLASH_BANK_2)