Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_exmc.c574 exmc_sdram_init_struct->timing->auto_refresh_delay = 16U; in exmc_sdram_struct_para_init()
625 … (((exmc_sdram_init_struct->timing->auto_refresh_delay) - 1U) << SDTCFG_ARFD_OFFSET) | in exmc_sdram_init()
652 …sdtcfg0 |= (uint32_t)(((exmc_sdram_init_struct->timing->auto_refresh_delay) - 1U) << SDTCFG_ARFD_O… in exmc_sdram_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_exmc.h322 …uint32_t auto_refresh_delay; /*!< configure the auto refres… member