Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c822 … ((state == HAL_OSPI_STATE_WRITE_CMD_CFG) && ((cmd->OperationType == HAL_OSPI_OPTYPE_READ_CFG) || in HAL_OSPI_Command()
855 if (hospi->State == HAL_OSPI_STATE_WRITE_CMD_CFG) in HAL_OSPI_Command()
872 hospi->State = HAL_OSPI_STATE_WRITE_CMD_CFG; in HAL_OSPI_Command()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c865 … ((state == HAL_OSPI_STATE_WRITE_CMD_CFG) && ((cmd->OperationType == HAL_OSPI_OPTYPE_READ_CFG) || in HAL_OSPI_Command()
898 if (hospi->State == HAL_OSPI_STATE_WRITE_CMD_CFG) in HAL_OSPI_Command()
915 hospi->State = HAL_OSPI_STATE_WRITE_CMD_CFG; in HAL_OSPI_Command()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c838 ((state == HAL_OSPI_STATE_WRITE_CMD_CFG) && (cmd->OperationType == HAL_OSPI_OPTYPE_READ_CFG))) in HAL_OSPI_Command()
870 if (hospi->State == HAL_OSPI_STATE_WRITE_CMD_CFG) in HAL_OSPI_Command()
887 hospi->State = HAL_OSPI_STATE_WRITE_CMD_CFG; in HAL_OSPI_Command()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c836 … ((state == HAL_OSPI_STATE_WRITE_CMD_CFG) && ((cmd->OperationType == HAL_OSPI_OPTYPE_READ_CFG) || in HAL_OSPI_Command()
869 if (hospi->State == HAL_OSPI_STATE_WRITE_CMD_CFG) in HAL_OSPI_Command()
886 hospi->State = HAL_OSPI_STATE_WRITE_CMD_CFG; in HAL_OSPI_Command()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h283 #define HAL_OSPI_STATE_WRITE_CMD_CFG ((uint32_t)0x00000024U) /*!< Write command config… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h306 #define HAL_OSPI_STATE_WRITE_CMD_CFG ((uint32_t)0x00000024U) /*!< Write command config… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h310 #define HAL_OSPI_STATE_WRITE_CMD_CFG ((uint32_t)0x00000024U) /*!< Write command config… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h310 #define HAL_OSPI_STATE_WRITE_CMD_CFG ((uint32_t)0x00000024U) /*!< Write command config… macro