Home
last modified time | relevance | path

Searched refs:AT91C_RSTC_SRCMP (Results 1 – 9 of 9) sorted by relevance

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h1334 return ((pRSTC->RSTC_RSR) & AT91C_RSTC_SRCMP); in AT91F_RSTIsSoftRstActive()
Dlib_AT91SAM7X256.h1334 return ((pRSTC->RSTC_RSR) & AT91C_RSTC_SRCMP); in AT91F_RSTIsSoftRstActive()
DAT91SAM7X128_inc.h323 #define AT91C_RSTC_SRCMP (0x1 << 17) // (RSTC) Software Reset Command in Progress. macro
DAT91SAM7X256_inc.h323 #define AT91C_RSTC_SRCMP (0x1 << 17) // (RSTC) Software Reset Command in Progress. macro
DAT91SAM7X128.h515 #define AT91C_RSTC_SRCMP ((unsigned int) 0x1 << 17) // (RSTC) Software Reset Command in Progre… macro
DAT91SAM7X256.h515 #define AT91C_RSTC_SRCMP ((unsigned int) 0x1 << 17) // (RSTC) Software Reset Command in Progre… macro
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h1334 return ((pRSTC->RSTC_RSR) & AT91C_RSTC_SRCMP); in AT91F_RSTIsSoftRstActive()
DAT91SAM7X256.h515 #define AT91C_RSTC_SRCMP ((unsigned int) 0x1 << 17) // (RSTC) Software Reset Command in Progre… macro
Dioat91sam7x256.h515 #define AT91C_RSTC_SRCMP ((unsigned int) 0x1 << 17) // (RSTC) Software Reset Command in Progre… macro
2888 AT91C_RSTC_SRCMP EQU (0x1 << 17) ;- (RSTC) Software Reset Command in Progress.