Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dport.c54 #define portPRESCALE_VALUE 0x00 macro
193 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
200 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
202 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
Dport.c54 #define portPRESCALE_VALUE 0x00 macro
191 T0_PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
198 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
200 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dport.c45 #define portPRESCALE_VALUE 0x00 macro
222 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
229 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
231 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c51 #define portPRESCALE_VALUE 0x00 macro
241 T0PR = portPRESCALE_VALUE; in prvSetupTimerInterrupt()
248 #if portPRESCALE_VALUE != 0 in prvSetupTimerInterrupt()
250 ulCompareMatch /= ( portPRESCALE_VALUE + 1 ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/
Dport.c45 #define portPRESCALE_VALUE ( 16 ) macro
202 t2_init( portENABLE_TIMER, portPRESCALE_VALUE, NULL ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V1/
Dport.c40 #define portPRESCALE_VALUE ( ( uint8_t ) 10 ) macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dport.c56 #define portPRESCALE_VALUE 0x00 macro