Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_exmc.c561 exmc_sdram_init_struct->column_address_width = EXMC_SDRAM_COW_ADDRESS_8; in exmc_sdram_struct_para_init()
611 EXMC_SDCTL(EXMC_SDRAM_DEVICE0) = (uint32_t)exmc_sdram_init_struct->column_address_width | in exmc_sdram_init()
638 sdctl1 = (uint32_t)exmc_sdram_init_struct->column_address_width | in exmc_sdram_init()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_exmc.h340 …uint32_t column_address_width; /*!< the bit width of a column… member