Home
last modified time | relevance | path

Searched refs:FMC_FLAG_BUSY (Results 1 – 7 of 7) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_fmc.h176 #define FMC_FLAG_BUSY FMC_STAT_BUSY /*!< FMC busy flag */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_fmc.h202 #define FMC_FLAG_BUSY FMC_STAT_BUSY /*!< FMC busy f… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_fmc.h212 #define FMC_FLAG_BUSY FMC_STAT_BUSY /*!< FMC busy f… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_fmc.h132 #define FMC_FLAG_BUSY FMC_STAT_BUSY /*!< FMC busy flag */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_fmc.h147 FMC_FLAG_BUSY = FMC_STAT_BUSY, /*!< FMC busy flag */ enumerator
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_fmc.h317 #define FMC_FLAG_BUSY FMC_STAT_BUSY /*!< FMC busy flag */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_fmc.c1001 if(RESET != (temp_val & FMC_FLAG_BUSY)) { in fmc_state_get()