Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_exmc.c907 sdstat = ((uint32_t)(EXMC_SDSTAT & EXMC_SDSDAT_STA0) >> SDSTAT_STA0_OFFSET); in exmc_sdram_bankstatus_get()
909 sdstat = ((uint32_t)(EXMC_SDSTAT & EXMC_SDSDAT_STA1) >> SDSTAT_STA1_OFFSET); in exmc_sdram_bankstatus_get()
1121 status = EXMC_SDSTAT; in exmc_flag_get()
1160 EXMC_SDSTAT &= ~flag; in exmc_flag_clear()
1193 interrupt_state = (EXMC_SDSTAT & EXMC_SDSDAT_REIF); in exmc_interrupt_flag_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_exmc.h96 #define EXMC_SDSTAT REG32(EXMC + 0x158U) /*!< EXMC SDRAM status re… macro