Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h1264 return( ( pRSTC->RSTC_RSR ) & AT91C_RSTC_SRCMP ); in AT91F_RSTIsSoftRstActive()
Dlib_AT91SAM7X256.h1264 return( ( pRSTC->RSTC_RSR ) & AT91C_RSTC_SRCMP ); in AT91F_RSTIsSoftRstActive()
DAT91SAM7X128_inc.h323 #define AT91C_RSTC_SRCMP ( 0x1 << 17 ) /* (RSTC) Software Reset Command in Progre… macro
DAT91SAM7X256_inc.h323 #define AT91C_RSTC_SRCMP ( 0x1 << 17 ) /* (RSTC) Software Reset Command in Progre… macro
DAT91SAM7X128.h523 #define AT91C_RSTC_SRCMP ( ( unsigned int ) 0x1 << 17 ) /* (RSTC) Software Reset … macro
DAT91SAM7X256.h523 #define AT91C_RSTC_SRCMP ( ( unsigned int ) 0x1 << 17 ) /* (RSTC) Software Reset … macro
/Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h1264 return( ( pRSTC->RSTC_RSR ) & AT91C_RSTC_SRCMP ); in AT91F_RSTIsSoftRstActive()
DAT91SAM7X256.h523 #define AT91C_RSTC_SRCMP ( ( unsigned int ) 0x1 << 17 ) /* (RSTC) Software Reset … macro
Dioat91sam7x256.h523 #define AT91C_RSTC_SRCMP ( ( unsigned int ) 0x1 << 17 ) /* (RSTC) Software Reset … macro
3026 AT91C_RSTC_SRCMP EQU( 0x1 << 17 );