Home
last modified time | relevance | path

Searched refs:SYSCFG_STAT_SRAMECCSEIF (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_syscfg.h98 #define SYSCFG_STAT_SRAMECCSEIF BIT(1) /… macro
223 #define SYSCFG_FLAG_SRAMECCSERR SYSCFG_STAT_SRAMECCSEIF
230 #define SYSCFG_INT_FLAG_SRAMECCSERR SYSCFG_STAT_SRAMECCSEIF
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_syscfg.c390 reg1 = reg1 & SYSCFG_STAT_SRAMECCSEIF; in syscfg_interrupt_flag_get()