Home
last modified time | relevance | path

Searched refs:AT91C_TC_CLKDIS (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/AtmelSAM7S64/
A DAT91SAM7S64_inc.h996 #define AT91C_TC_CLKDIS ( 0x1 << 1 ) /* (TC) Counter Clock Disable Command */ macro
A DAT91SAM7X128_inc.h933 #define AT91C_TC_CLKDIS ( 0x1 << 1 ) /* (TC) Counter Clock Disable Command */ macro
A DAT91SAM7X256_inc.h933 #define AT91C_TC_CLKDIS ( 0x1 << 1 ) /* (TC) Counter Clock Disable Command */ macro
A DAT91SAM7S64.h1100 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
A DAT91SAM7X128.h1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
A DAT91SAM7X256.h1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/
A DAT91SAM7X256.h1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
A Dioat91sam7x256.h1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
3844 AT91C_TC_CLKDIS EQU( 0x1 << 1 );

Completed in 973 milliseconds