Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c424 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
601 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
624 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
686 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
719 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
732 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
819 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
946 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
1004 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
1017 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c467 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
644 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
667 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
729 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
762 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
775 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
862 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
989 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
1047 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
1060 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c438 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
615 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
638 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
700 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
733 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
746 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
833 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
960 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
1018 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
1031 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c441 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
618 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
641 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
703 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
736 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
749 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
836 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
957 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
1015 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
1028 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h280 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h303 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h307 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h307 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro