Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_fmc.c1570 assert_param(IS_FMC_COMMAND_MODE(Command->CommandMode)); in FMC_SDRAM_SendCommand()
1576 tmpr = (uint32_t)((Command->CommandMode) |\ in FMC_SDRAM_SendCommand()
H A Dstm32f4xx_hal_sdram.c977 if(Command->CommandMode == FMC_SDRAM_CMD_PALL) in HAL_SDRAM_SendCommand()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fmc.h311 uint32_t CommandMode; /*!< Defines the command issued to the SDRAM device. member