Home
last modified time | relevance | path

Searched refs:FMC_MPSTS_D2_Msk (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Dfmc_reg.h633 #define FMC_MPSTS_D2_Msk (0x1ul << FMC_MPSTS_D2_Pos) /*!< FMC… macro
/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dfmc.c537 while (FMC->MPSTS & (FMC_MPSTS_D2_Msk | FMC_MPSTS_D3_Msk)) in FMC_WriteMultiple()