Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 17 of 17) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/STR91x/
A Dport.c46 …be set to either 1 or 0 in FreeRTOSConfig.h to use either the Watchdog or timer 2 to generate the …
354 TIM_InitTypeDef timer; in prvSetupTimerInterrupt() local
358 TIM_StructInit( &timer ); in prvSetupTimerInterrupt()
361 timer.TIM_Mode = TIM_OCM_CHANNEL_1; in prvSetupTimerInterrupt()
362 timer.TIM_OC1_Modes = TIM_TIMING; in prvSetupTimerInterrupt()
363 timer.TIM_Clock_Source = TIM_CLK_APB; in prvSetupTimerInterrupt()
364 timer.TIM_Clock_Edge = TIM_CLK_EDGE_RISING; in prvSetupTimerInterrupt()
365 timer.TIM_Prescaler = a - 1; in prvSetupTimerInterrupt()
366 timer.TIM_Pulse_Level_1 = TIM_HIGH; in prvSetupTimerInterrupt()
367 timer.TIM_Pulse_Length_1 = s_nPulseLength = b - 1; in prvSetupTimerInterrupt()
[all …]
/FreeRTOS-Kernel/portable/RVDS/ARM7_LPC21xx/
A DportASM.s93 ; Interrupt service routine for preemptive scheduler tick timer
96 ; Uses timer 0 of LPC21XX Family
115 MOV R0, #T0MATCHBIT ; Clear the timer event
/FreeRTOS-Kernel/portable/IAR/RL78/
A Dportasm.s71 ; This is installed as the interval timer interrupt handler.
76 RCALL (_xTaskIncrementTick) ; Call the timer tick function.
/FreeRTOS-Kernel/portable/IAR/MSP430/
A Dportext.s4385 * Start off the scheduler by initialising the RTOS tick timer, then restoring
99 /* Install vTickISR as the timer A0 interrupt. */
/FreeRTOS-Kernel/portable/IAR/AVR_Mega0/
A Dporthardware.h111 #error Invalid timer setting.
A Dportmacro.s90220 call xTaskIncrementTick ; Call the timer tick function.
/FreeRTOS-Kernel/portable/IAR/AVR_AVRDx/
A Dporthardware.h124 #error Invalid timer setting.
A Dportmacro.s90226 call xTaskIncrementTick ; Call the timer tick function.
/FreeRTOS-Kernel/portable/CCS/MSP430X/
A Dportext.asm142 ; Start off the scheduler by initialising the RTOS tick timer, then restoring
/FreeRTOS-Kernel/portable/IAR/MSP430X/
A Dportext.s43123 * Start off the scheduler by initialising the RTOS tick timer, then restoring
/FreeRTOS-Kernel/portable/IAR/78K0R/
A Dportasm.s26112 call xTaskIncrementTick ; Call the timer tick function.
/FreeRTOS-Kernel/portable/IAR/V850ES/
A Dportasm.s85256 jarl xTaskIncrementTick,lp ; Call the timer tick function.
275 jarl xTaskIncrementTick,lp ; Call the timer tick function.
A Dportasm_Fx3.s85265 jarl xTaskIncrementTick,lp ; Call the timer tick function.
284 jarl xTaskIncrementTick,lp ; Call the timer tick function.
A Dportasm_Hx2.s85256 jarl xTaskIncrementTick,lp ; Call the timer tick function.
275 jarl xTaskIncrementTick,lp ; Call the timer tick function.
/FreeRTOS-Kernel/
A DHistory.txt157 + Update vTaskEndScheduler to delete the timer and idle tasks,
774 + Update the sequence used to update the 64-bit machine timer
859 seeing if it is referenced from the active timer list to storing its
1007 names of the timer service and idle tasks respectively.
1144 daemon task (which used to be called the timer service task) starts
1240 timer functions.
1294 function to allow the timer's ID to be used as timer local storage.
1775 below the priority of tasks that used timer services.
2109 + Introduced a new software timer implementation.
2113 demo tasks and software timer tick hook test. Much simpler software timer
[all …]
/FreeRTOS-Kernel/portable/IAR/ATMega323/
A Dportmacro.s90221 call xTaskIncrementTick ; Call the timer tick function.
/FreeRTOS-Kernel/include/
A DFreeRTOS.h2692 …OR_RUN_TIME_STATS should call a port layer function to setup a peripheral timer/counter that can t…

Completed in 35 milliseconds