38uint32_t STM32F7_DUAL_BANK_2M_FLASH[] =
67static_assert(
ARRAYSIZE(STM32F7_DUAL_BANK_2M_FLASH) == 25,
68 "dual bank 2M flash mismatch");
70uint32_t STM32F7_SINGLE_BANK_2M_FLASH[] =
87static_assert(
ARRAYSIZE(STM32F7_SINGLE_BANK_2M_FLASH) == 13,
88 "single bank 2M flash mismatch");
#define ARRAYSIZE(a)
Returns the number of elements in a statically defined array (of static size)