Home
last modified time | relevance | path

Searched refs:QSPI_DATA_NONE (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c817 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
902 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
911 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2596 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2717 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_qspi.c833 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
919 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
928 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2515 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2645 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c830 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
915 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
924 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2764 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2894 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c834 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
919 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
928 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2689 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2810 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c852 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
938 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
947 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2576 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2697 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_qspi.c841 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
927 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
936 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2671 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2801 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c825 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command()
911 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
920 if (cmd->DataMode == QSPI_DATA_NONE) in HAL_QSPI_Command_IT()
2645 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2775 if (cmd->DataMode != QSPI_DATA_NONE) in QSPI_Config()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h329 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
662 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h353 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
700 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h354 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
703 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h355 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
704 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h354 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
703 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h359 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
714 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h354 #define QSPI_DATA_NONE 0x00000000U /*!<No data*/ macro
703 #define IS_QSPI_DATA_MODE(MODE) (((MODE) == QSPI_DATA_NONE) || \