git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
edolomb 2020-11-11 21:38:24 +00:00
parent 83c73a20a5
commit c6d6332505
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
/* Driver local definitions. */
/*===========================================================================*/
/* @brief MDMA HW request is QSPI FIFO threshold Flag */
#define MDMA_REQUEST_QUADSPI_FIFO_TH ((uint32_t)0x00000016U)
/* @brief MDMA HW request is QSPI Transfer complete Flag */
#define MDMA_REQUEST_QUADSPI_TC ((uint32_t)0x00000017U)
/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/