Home
last modified time | relevance | path

Searched refs:CommandMode (Results 1 – 4 of 4) sorted by relevance

/lk-master/platform/stm32f7xx/
A Dsdram.c98 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()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_fmc.c982 assert_param(IS_FMC_COMMAND_MODE(Command->CommandMode)); in FMC_SDRAM_SendCommand()
988 tmpr = (uint32_t)((Command->CommandMode) |\ in FMC_SDRAM_SendCommand()
A Dstm32f7xx_hal_sdram.c684 if (Command->CommandMode == FMC_SDRAM_CMD_PALL) { in HAL_SDRAM_SendCommand()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_fmc.h647 uint32_t CommandMode; /*!< Defines the command issued to the SDRAM device. member

Completed in 9 milliseconds