Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c1630 assert_param(IS_QSPI_MATCH_MODE(cfg->MatchMode)); in HAL_QSPI_AutoPolling()
1659 (cfg->MatchMode | QSPI_AUTOMATIC_STOP_ENABLE)); in HAL_QSPI_AutoPolling()
1730 assert_param(IS_QSPI_MATCH_MODE(cfg->MatchMode)); in HAL_QSPI_AutoPolling_IT()
1759 (cfg->MatchMode | cfg->AutomaticStop)); in HAL_QSPI_AutoPolling_IT()
Dstm32l4xx_hal_ospi.c1646 assert_param(IS_OSPI_MATCH_MODE (cfg->MatchMode)); in HAL_OSPI_AutoPolling()
1664 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling()
1725 assert_param(IS_OSPI_MATCH_MODE (cfg->MatchMode)); in HAL_OSPI_AutoPolling_IT()
1743 (cfg->MatchMode | cfg->AutomaticStop | OSPI_FUNCTIONAL_MODE_AUTO_POLLING)); in HAL_OSPI_AutoPolling_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h194 uint32_t MatchMode; /* Specifies the method used for determining a match. member
Dstm32l4xx_hal_ospi.h227 uint32_t MatchMode; /* Specifies the method used for determining a match. member