Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c1647 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1652 …if ((hospi->State == HAL_OSPI_STATE_CMD_CFG) && (cfg->AutomaticStop == HAL_OSPI_AUTOMATIC_STOP_ENA… in HAL_OSPI_AutoPolling()
1664 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling()
1726 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()
1743 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling_IT()
Dstm32l4xx_hal_qspi.c1731 assert_param(IS_QSPI_AUTOMATIC_STOP(cfg->AutomaticStop)); in HAL_QSPI_AutoPolling_IT()
1759 (cfg->MatchMode | cfg->AutomaticStop)); in HAL_QSPI_AutoPolling_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h196 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match. member
Dstm32l4xx_hal_ospi.h229 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match. member