Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h1305 pRTTC->RTTC_RTMR |= AT91C_RTTC_RTTRST; in AT91F_RTTRestart()
Dlib_AT91SAM7X256.h1305 pRTTC->RTTC_RTMR |= AT91C_RTTC_RTTRST; in AT91F_RTTRestart()
DAT91SAM7X128_inc.h342 #define AT91C_RTTC_RTTRST ( 0x1 << 18 ) /* (RTTC) Real Time Timer Restart */ macro
DAT91SAM7X256_inc.h342 #define AT91C_RTTC_RTTRST ( 0x1 << 18 ) /* (RTTC) Real Time Timer Restart */ macro
DAT91SAM7X128.h545 #define AT91C_RTTC_RTTRST ( ( unsigned int ) 0x1 << 18 ) /* (RTTC) Real Time Timer Restart … macro
DAT91SAM7X256.h545 #define AT91C_RTTC_RTTRST ( ( unsigned int ) 0x1 << 18 ) /* (RTTC) Real Time Timer Restart … macro
/Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h1305 pRTTC->RTTC_RTMR |= AT91C_RTTC_RTTRST; in AT91F_RTTRestart()
DAT91SAM7X256.h545 #define AT91C_RTTC_RTTRST ( ( unsigned int ) 0x1 << 18 ) /* (RTTC) Real Time Timer Restart … macro
Dioat91sam7x256.h545 #define AT91C_RTTC_RTTRST ( ( unsigned int ) 0x1 << 18 ) /* (RTTC) Real Time Timer Restart … macro
3048 AT91C_RTTC_RTTRST EQU( 0x1 << 18 );