Searched refs:exmc_sdram_command_init_struct (Results 1 – 2 of 2) sorted by relevance
840 void exmc_sdram_command_config(exmc_sdram_command_parameter_struct *exmc_sdram_command_init_struct) in exmc_sdram_command_config() argument843 EXMC_SDCMD = (uint32_t)((exmc_sdram_command_init_struct->command) | in exmc_sdram_command_config()844 (exmc_sdram_command_init_struct->bank_select) | in exmc_sdram_command_config()845 ((exmc_sdram_command_init_struct->auto_refresh_number)) | in exmc_sdram_command_config()846 … ((exmc_sdram_command_init_struct->mode_register_content) << SDCMD_MRC_OFFSET)); in exmc_sdram_command_config()
772 void exmc_sdram_command_config(exmc_sdram_command_parameter_struct* exmc_sdram_command_init_struct);