Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_syscfg.h105 #define SYSCFG_CFG3_SRAMECCSEIE BIT(1) /… macro
237 #define SYSCFG_INT_SRAMECCSE SYSCFG_CFG3_SRAMECCSEIE
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_syscfg.c391 reg2 = reg2 & SYSCFG_CFG3_SRAMECCSEIE; in syscfg_interrupt_flag_get()