Home
last modified time | relevance | path

Searched refs:HAL_OSPI_ALTERNATE_BYTES_NONE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h476 #define HAL_OSPI_ALTERNATE_BYTES_NONE ((uint32_t)0x00000000U) … macro
908 #define IS_OSPI_ALT_BYTES_MODE(MODE) (((MODE) == HAL_OSPI_ALTERNATE_BYTES_NONE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h499 #define HAL_OSPI_ALTERNATE_BYTES_NONE ((uint32_t)0x00000000U) … macro
964 #define IS_OSPI_ALT_BYTES_MODE(MODE) (((MODE) == HAL_OSPI_ALTERNATE_BYTES_NONE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h503 #define HAL_OSPI_ALTERNATE_BYTES_NONE ((uint32_t)0x00000000U) … macro
984 #define IS_OSPI_ALT_BYTES_MODE(MODE) (((MODE) == HAL_OSPI_ALTERNATE_BYTES_NONE) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h492 #define HAL_OSPI_ALTERNATE_BYTES_NONE ((uint32_t)0x00000000U) … macro
945 #define IS_OSPI_ALT_BYTES_MODE(MODE) (((MODE) == HAL_OSPI_ALTERNATE_BYTES_NONE) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c797 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command()
928 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command_IT()
2671 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c840 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command()
971 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command_IT()
2956 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c814 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command()
939 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command_IT()
2961 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c811 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command()
942 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in HAL_OSPI_Command_IT()
3084 if (cmd->AlternateBytesMode != HAL_OSPI_ALTERNATE_BYTES_NONE) in OSPI_ConfigCmd()