Home
last modified time | relevance | path

Searched refs:FMC_STAT_WPERR (Results 1 – 11 of 11) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_fmc.h83 #define FMC_STAT_WPERR BIT(4) /*!< erase/prog… macro
205 #define FMC_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/…
211 #define FMC_INT_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_fmc.h80 #define FMC_STAT_WPERR BIT(4) /*!< erase/prog… macro
215 #define FMC_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/…
222 #define FMC_INT_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_fmc.h85 #define FMC_STAT_WPERR BIT(4) /*!< erase/program protection err… macro
135 #define FMC_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/program protection…
141 #define FMC_INT_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/program protection…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_fmc.h78 #define FMC_STAT_WPERR BIT(4) /*!< erase/program protection er… macro
149 …FMC_FLAG_WPERR = FMC_STAT_WPERR, /*!< FMC erase/program protection er…
157 …FMC_INT_FLAG_WPERR = FMC_STAT_WPERR, /*!< FMC erase/program protection er…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_fmc.h79 #define FMC_STAT_WPERR BIT(4) /*!< flash write protection error flag … macro
178 #define FMC_FLAG_WPERR FMC_STAT_WPERR /*!< FMC write protection error flag */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_fmc.h80 #define FMC_STAT_WPERR BIT(4) /*!< erase/Program protection err… macro
313 #define FMC_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/program protection…
322 #define FMC_INT_FLAG_WPERR FMC_STAT_WPERR /*!< FMC erase/program protection…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_fmc.c614 if((uint32_t) 0x00U != (FMC_STAT & FMC_STAT_WPERR)){ in fmc_state_get()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_fmc.c846 if((uint32_t)0x00U != (FMC_STAT & FMC_STAT_WPERR)){ in fmc_state_get()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_fmc.c849 if((uint32_t)0x00U != (FMC_STAT & FMC_STAT_WPERR)) { in fmc_state_get()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_fmc.c789 if((uint32_t)0x00U != (FMC_STAT & FMC_STAT_WPERR)){ in fmc_state_get()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_fmc.c850 if((uint32_t)0x00U != (FMC_STAT & FMC_STAT_WPERR)){ in fmc_state_get()