Lines Matching full:match
171 …uint32_t Match; /* Specifies the value to be compared with the masked status register… member
179 uint32_t MatchMode; /* Specifies the method used for determining a match.
181 uint32_t AutomaticStop; /* Specifies if automatic polling is stopped after a match.
208 HAL_QSPI_STATUS_MATCH_CB_ID = 0x08U, /*!< QSPI Status Match Callback ID */
388 /** @defgroup QSPI_MatchMode QSPI Match Mode
391 #define QSPI_MATCH_MODE_AND 0x00000000U /*!<AND match mode between unmask…
392 #define QSPI_MATCH_MODE_OR ((uint32_t)QUADSPI_CR_PMM) /*!<OR match mode between unmaske…
401 …TIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) /*!<AutoPolling stops as soon as there is a match*/
420 #define QSPI_FLAG_SM QUADSPI_SR_SMF /*!<Status match flag: received data matches…
432 #define QSPI_IT_SM QUADSPI_CR_SMIE /*!<Interrupt on the status match flag*/
488 * @arg QSPI_IT_SM: QSPI Status match interrupt
502 * @arg QSPI_IT_SM: QSPI Status match interrupt
515 * @arg QSPI_IT_SM: QSPI Status match interrupt
530 * @arg QSPI_FLAG_SM: QSPI Status match flag
543 * @arg QSPI_FLAG_SM: QSPI Status match flag