Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_exmc.c541 void exmc_sdram_deinit(uint32_t exmc_sdram_device) in exmc_sdram_deinit() argument
544 EXMC_SDCTL(exmc_sdram_device) = SDRAM_DEVICE_SDCTL_RESET; in exmc_sdram_deinit()
545 EXMC_SDTCFG(exmc_sdram_device) = SDRAM_DEVICE_SDTCFG_RESET; in exmc_sdram_deinit()
884 void exmc_sdram_write_protection_config(uint32_t exmc_sdram_device, ControlStatus newvalue) in exmc_sdram_write_protection_config() argument
887 EXMC_SDCTL(exmc_sdram_device) |= (uint32_t)EXMC_SDCTL_WPEN; in exmc_sdram_write_protection_config()
889 EXMC_SDCTL(exmc_sdram_device) &= ~((uint32_t)EXMC_SDCTL_WPEN); in exmc_sdram_write_protection_config()
902 uint32_t exmc_sdram_bankstatus_get(uint32_t exmc_sdram_device) in exmc_sdram_bankstatus_get() argument
906 if(EXMC_SDRAM_DEVICE0 == exmc_sdram_device) { in exmc_sdram_bankstatus_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_exmc.h742 void exmc_sdram_deinit(uint32_t exmc_sdram_device);
778 void exmc_sdram_write_protection_config(uint32_t exmc_sdram_device, ControlStatus newvalue);
780 uint32_t exmc_sdram_bankstatus_get(uint32_t exmc_sdram_device);