Searched refs:CommandMode (Results 1 – 4 of 4) sorted by relevance
98 Command.CommandMode = FMC_SDRAM_CMD_CLK_ENABLE; in BSP_SDRAM_Initialization_sequence()110 Command.CommandMode = FMC_SDRAM_CMD_PALL; in BSP_SDRAM_Initialization_sequence()119 Command.CommandMode = FMC_SDRAM_CMD_AUTOREFRESH_MODE; in BSP_SDRAM_Initialization_sequence()135 Command.CommandMode = FMC_SDRAM_CMD_LOAD_MODE; in BSP_SDRAM_Initialization_sequence()
982 assert_param(IS_FMC_COMMAND_MODE(Command->CommandMode)); in FMC_SDRAM_SendCommand()988 tmpr = (uint32_t)((Command->CommandMode) |\ in FMC_SDRAM_SendCommand()
684 if (Command->CommandMode == FMC_SDRAM_CMD_PALL) { in HAL_SDRAM_SendCommand()
647 uint32_t CommandMode; /*!< Defines the command issued to the SDRAM device. member
Completed in 9 milliseconds