diff --git a/include/libopencm3/stm32/h7/fmc.h b/include/libopencm3/stm32/h7/fmc.h index f969bac1..5bdd097a 100644 --- a/include/libopencm3/stm32/h7/fmc.h +++ b/include/libopencm3/stm32/h7/fmc.h @@ -33,6 +33,13 @@ /* --- Convenience macros -------------------------------------------------- */ #define FSMC_BASE FMC_BASE +/** FMCEN: Global FMC controller Enable. Note: Don't care in BCR2..4 */ +#define FSMC_BCR_FMCEN BIT31 +/** WFDIS: Global Write FIFO Disable. Note: Don't care in BCR2..4 */ +#define FSMC_BCR_WFDIS BIT21 +/** WFDIS: Global Continuous Clock Enable. Note: Don't care in BCR2..4 */ +#define FSMC_BCR_CCLKEN BIT20 + #endif /**@}*/