FLASH_L5_DBANK is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

FLASH_L5_DBANK macro

Syntax

#define FLASH_L5_DBANK BIT(22)

References

LocationText
stm32l4x.h:67
#define FLASH_L5_DBANK BIT(22)
stm32l4x.c:2031
page_size_kb = (stm32l4_info->optr & FLASH_L5_DBANK) ? 2 : 4;
stm32l4x.c:2035
if ((is_max_flash_size && (stm32l4_info->optr & FLASH_L5_DBANK)) ||