Lines Matching full:match
170 …uint32_t Match; /* Specifies the value to be compared with the masked status register… member
178 uint32_t MatchMode; /* Specifies the method used for determining a match.
180 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match.
209 HAL_QSPI_STATUS_MATCH_CB_ID = 0x08U, /*!< QSPI Status Match Callback ID */
389 /** @defgroup QSPI_MatchMode QSPI Match Mode
392 #define QSPI_MATCH_MODE_AND 0x00000000U /*!<AND match mode between unmask…
393 #define QSPI_MATCH_MODE_OR ((uint32_t)QUADSPI_CR_PMM) /*!<OR match mode between unmaske…
402 …TIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) /*!<AutoPolling stops as soon as there is a match*/
421 #define QSPI_FLAG_SM QUADSPI_SR_SMF /*!<Status match flag: received data matches…
433 #define QSPI_IT_SM QUADSPI_CR_SMIE /*!<Interrupt on the status match flag*/
489 * @arg QSPI_IT_SM: QSPI Status match interrupt
503 * @arg QSPI_IT_SM: QSPI Status match interrupt
516 * @arg QSPI_IT_SM: QSPI Status match interrupt
531 * @arg QSPI_FLAG_SM: QSPI Status match flag
544 * @arg QSPI_FLAG_SM: QSPI Status match flag