Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dfmc_reg.h630 #define FMC_MPSTS_D1_Msk (0x1ul << FMC_MPSTS_D1_Pos) /*!< FMC… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dfmc.c515 while (FMC->MPSTS & (FMC_MPSTS_D0_Msk | FMC_MPSTS_D1_Msk)) in FMC_WriteMultiple()