Lines Matching full:match
173 …uint32_t Match; /* Specifies the value to be compared with the masked status register… member
181 uint32_t MatchMode; /* Specifies the method used for determining a match.
183 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match.
212 HAL_QSPI_STATUS_MATCH_CB_ID = 0x08U, /*!< QSPI Status Match Callback ID */
396 /** @defgroup QSPI_MatchMode QSPI Match Mode
399 #define QSPI_MATCH_MODE_AND 0x00000000U /*!<AND match mode between unmask…
400 #define QSPI_MATCH_MODE_OR ((uint32_t)QUADSPI_CR_PMM) /*!<OR match mode between unmaske…
409 …TIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) /*!<AutoPolling stops as soon as there is a match*/
428 #define QSPI_FLAG_SM QUADSPI_SR_SMF /*!<Status match flag: received data matches…
440 #define QSPI_IT_SM QUADSPI_CR_SMIE /*!<Interrupt on the status match flag*/
496 * @arg QSPI_IT_SM: QSPI Status match interrupt
510 * @arg QSPI_IT_SM: QSPI Status match interrupt
523 * @arg QSPI_IT_SM: QSPI Status match interrupt
538 * @arg QSPI_FLAG_SM: QSPI Status match flag
551 * @arg QSPI_FLAG_SM: QSPI Status match flag