Home
last modified time | relevance | path

Searched refs:portPRESCALE_VALUE (Results 1 – 7 of 7) sorted by relevance

/Kernel-v10.6.2/portable/GCC/ARM7_LPC23xx/
Dport.c54 #define portPRESCALE_VALUE 0x00 macro
191 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
198 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
200 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM7_LPC2000/
Dport.c54 #define portPRESCALE_VALUE 0x00 macro
188 T0_PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
195 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
197 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/RVDS/ARM7_LPC21xx/
Dport.c45 #define portPRESCALE_VALUE 0x00 macro
220 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
227 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
229 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/LPC2000/
Dport.c51 #define portPRESCALE_VALUE 0x00 macro
239 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
246 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
248 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/Paradigm/Tern_EE/small/
Dport.c45 #define portPRESCALE_VALUE ( 16 ) macro
202 t2_init( portENABLE_TIMER, portPRESCALE_VALUE, NULL ); in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/CodeWarrior/ColdFire_V1/
Dport.c40 #define portPRESCALE_VALUE ( ( uint8_t ) 10 ) macro
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dport.c56 #define portPRESCALE_VALUE 0x00 macro