Home
last modified time | relevance | path

Searched refs:READ_ALLONE_NOT (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drmc.c617 else if(RMC->ISPDAT == READ_ALLONE_NOT) in RMC_CheckAllOne()
618 ret = READ_ALLONE_NOT; in RMC_CheckAllOne()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dfmc.h100 #define READ_ALLONE_NOT 0xA1100000UL /*!< Check-all-one result is not all one. \hideinit… macro
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dfmc.h98 #define READ_ALLONE_NOT 0xA1100000UL /*!< Check-all-one result is not all one. \hideinit… macro
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Drmc.h98 #define READ_ALLONE_NOT 0xA1100000UL /*!< Check-all-one result is not all one. \hideinit… macro
/hal_nuvoton-latest/m46x/StdDriver/src/
Dfmc.c1173 else if(FMC->ISPDAT == READ_ALLONE_NOT) in FMC_CheckAllOne()
1174 ret = READ_ALLONE_NOT; in FMC_CheckAllOne()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dfmc.c879 if (FMC->ISPDAT == READ_ALLONE_NOT) in FMC_CheckAllOne()