Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_syscfg.h104 #define SYSCFG_CFG3_SRAMECCMEIE BIT(0) /… macro
236 #define SYSCFG_INT_SRAMECCME SYSCFG_CFG3_SRAMECCMEIE
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_syscfg.c386 reg2 = reg2 & SYSCFG_CFG3_SRAMECCMEIE; in syscfg_interrupt_flag_get()