forked from auracaster/openocd
Replace individual #define constants for STM32H7 flash registers with an enum to improve code readability and maintainability. While there, replace a magic number with the macro MASS_ERASE_TIMEOUT. while there, remove the unneeded inline attribute Change-Id: Ib35cbdace5c2f4d12aa91c370d6ec0ce348b397f Signed-off-by: HAOUES Ahmed <ahmed.haoues@st.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8888 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>