Home
last modified time | relevance | path

Searched refs:AutomaticStop (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c1656 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1661 …if ((hospi->State == HAL_OSPI_STATE_CMD_CFG) && (cfg->AutomaticStop == HAL_OSPI_AUTOMATIC_STOP_ENA… in HAL_OSPI_AutoPolling()
1673 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling()
1734 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()
1751 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c1789 assert_param(IS_OSPI_AUTOMATIC_STOP(cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1794 …if ((hospi->State == HAL_OSPI_STATE_CMD_CFG) && (cfg->AutomaticStop == HAL_OSPI_AUTOMATIC_STOP_ENA… in HAL_OSPI_AutoPolling()
1806 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling()
1867 assert_param(IS_OSPI_AUTOMATIC_STOP(cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()
1884 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h223 uint32_t AutomaticStop; /*!< Specifies if automatic polling is stopped after a match. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h229 uint32_t AutomaticStop; /*!< Specifies if automatic polling is stopped after a match. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/Components/mx25lm51245g/
Dmx25lm51245g.c124 s_config.AutomaticStop = HAL_OSPI_AUTOMATIC_STOP_ENABLE; in MX25LM51245G_AutoPollingMemReady()
780 s_config.AutomaticStop = HAL_OSPI_AUTOMATIC_STOP_ENABLE; in MX25LM51245G_WriteEnable()