Home
last modified time | relevance | path

Searched refs:MEC_QSPI_STATUS_DONE_Pos (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_qspi_v2.h145 #define MEC_QSPI_STATUS_DONE_Pos (0UL) /*!< DONE (Bit 0) … macro
Dmec5_qspi_v2_1.h145 #define MEC_QSPI_STATUS_DONE_Pos (0UL) /*!< DONE (Bit 0) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_qspi.c630 if (qsts & MEC_BIT(MEC_QSPI_STATUS_DONE_Pos)) { in mec_hal_qspi_done()