Home
last modified time | relevance | path

Searched refs:portPIT_CLOCK_DIVISOR (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dport.c61 #define portPIT_CLOCK_DIVISOR ( ( uint32_t ) 16 ) macro
62 #define portPIT_COUNTER_VALUE ( ( ( configCPU_CLOCK_HZ / portPIT_CLOCK_DIVISOR ) / 100…
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dport.c47 #define portPIT_CLOCK_DIVISOR ( ( uint32_t ) 16 ) macro
48 #define portPIT_COUNTER_VALUE ( ( ( configCPU_CLOCK_HZ / portPIT_CLOCK_DIVISOR ) / 1000UL ) * …
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c61 #define portPIT_CLOCK_DIVISOR ( ( uint32_t ) 16 ) macro
62 #define portPIT_COUNTER_VALUE ( ( ( configCPU_CLOCK_HZ / portPIT_CLOCK_DIVISOR ) / 1000UL ) …