|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| static void | QSPI_DMARxCplt (DMA_HandleTypeDef *hdma) |
| DMA QSPI receive process complete callback. More... | |
| static void | QSPI_DMATxCplt (DMA_HandleTypeDef *hdma) |
| DMA QSPI transmit process complete callback. More... | |
| static void | QSPI_DMARxHalfCplt (DMA_HandleTypeDef *hdma) |
| DMA QSPI receive process half complete callback. More... | |
| static void | QSPI_DMATxHalfCplt (DMA_HandleTypeDef *hdma) |
| DMA QSPI transmit process half complete callback. More... | |
| static void | QSPI_DMAError (DMA_HandleTypeDef *hdma) |
| DMA QSPI communication error callback. More... | |
| static void | QSPI_DMAAbortCplt (DMA_HandleTypeDef *hdma) |
| DMA QSPI abort complete callback. More... | |
| static HAL_StatusTypeDef | QSPI_WaitFlagStateUntilTimeout (QSPI_HandleTypeDef *hqspi, uint32_t Flag, FlagStatus State, uint32_t Tickstart, uint32_t Timeout) |
| Wait for a flag state until timeout. More... | |
| static void | QSPI_Config (QSPI_HandleTypeDef *hqspi, QSPI_CommandTypeDef *cmd, uint32_t FunctionalMode) |
| Configure the communication registers. More... | |
|
static |
Configure the communication registers.
| hqspi | : QSPI handle |
| cmd | : structure that contains the command configuration information |
| FunctionalMode | : functional mode to configured This parameter can be one of the following values:
|
| None |
Definition at line 2657 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI abort complete callback.
| hdma | : DMA handle |
| None |
Definition at line 2581 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI communication error callback.
| hdma | : DMA handle |
| None |
Definition at line 2560 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI receive process complete callback.
| hdma | : DMA handle |
| None |
Definition at line 2500 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI receive process half complete callback.
| hdma | : DMA handle |
| None |
Definition at line 2528 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI transmit process complete callback.
| hdma | : DMA handle |
| None |
Definition at line 2514 of file stm32l4xx_hal_qspi.c.
|
static |
DMA QSPI transmit process half complete callback.
| hdma | : DMA handle |
| None |
Definition at line 2544 of file stm32l4xx_hal_qspi.c.
|
static |
Wait for a flag state until timeout.
| hqspi | : QSPI handle |
| Flag | : Flag checked |
| State | : Value of the flag expected |
| Tickstart | : Tick start value |
| Timeout | : Duration of the timeout |
| HAL | status |
Definition at line 2624 of file stm32l4xx_hal_qspi.c.