Lines Matching full:match
163 …uint32_t Match; /* Specifies the value to be compared with the masked status register… member
171 uint32_t MatchMode; /* Specifies the method used for determining a match.
173 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match.
202 HAL_QSPI_STATUS_MATCH_CB_ID = 0x08U, /*!< QSPI Status Match Callback ID */
355 /** @defgroup QSPI_MatchMode QSPI Match Mode
358 #define QSPI_MATCH_MODE_AND 0x00000000U /*!<AND match mode between unmask…
359 #define QSPI_MATCH_MODE_OR ((uint32_t)QUADSPI_CR_PMM) /*!<OR match mode between unmaske…
368 …TIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) /*!<AutoPolling stops as soon as there is a match*/
387 #define QSPI_FLAG_SM QUADSPI_SR_SMF /*!<Status match flag: received data matches…
399 #define QSPI_IT_SM QUADSPI_CR_SMIE /*!<Interrupt on the status match flag*/
455 * @arg QSPI_IT_SM: QSPI Status match interrupt
469 * @arg QSPI_IT_SM: QSPI Status match interrupt
482 * @arg QSPI_IT_SM: QSPI Status match interrupt
497 * @arg QSPI_FLAG_SM: QSPI Status match flag
510 * @arg QSPI_FLAG_SM: QSPI Status match flag