Searched refs:timer (Results 1 – 17 of 17) sorted by relevance
/FreeRTOS-Kernel/portable/IAR/STR91x/ |
A D | port.c | 46 …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 D | portASM.s | 93 ; 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 D | portasm.s | 71 ; This is installed as the interval timer interrupt handler. 76 RCALL (_xTaskIncrementTick) ; Call the timer tick function.
|
/FreeRTOS-Kernel/portable/IAR/MSP430/ |
A D | portext.s43 | 85 * 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 D | porthardware.h | 111 #error Invalid timer setting.
|
A D | portmacro.s90 | 220 call xTaskIncrementTick ; Call the timer tick function.
|
/FreeRTOS-Kernel/portable/IAR/AVR_AVRDx/ |
A D | porthardware.h | 124 #error Invalid timer setting.
|
A D | portmacro.s90 | 226 call xTaskIncrementTick ; Call the timer tick function.
|
/FreeRTOS-Kernel/portable/CCS/MSP430X/ |
A D | portext.asm | 142 ; Start off the scheduler by initialising the RTOS tick timer, then restoring
|
/FreeRTOS-Kernel/portable/IAR/MSP430X/ |
A D | portext.s43 | 123 * Start off the scheduler by initialising the RTOS tick timer, then restoring
|
/FreeRTOS-Kernel/portable/IAR/78K0R/ |
A D | portasm.s26 | 112 call xTaskIncrementTick ; Call the timer tick function.
|
/FreeRTOS-Kernel/portable/IAR/V850ES/ |
A D | portasm.s85 | 256 jarl xTaskIncrementTick,lp ; Call the timer tick function. 275 jarl xTaskIncrementTick,lp ; Call the timer tick function.
|
A D | portasm_Fx3.s85 | 265 jarl xTaskIncrementTick,lp ; Call the timer tick function. 284 jarl xTaskIncrementTick,lp ; Call the timer tick function.
|
A D | portasm_Hx2.s85 | 256 jarl xTaskIncrementTick,lp ; Call the timer tick function. 275 jarl xTaskIncrementTick,lp ; Call the timer tick function.
|
/FreeRTOS-Kernel/ |
A D | History.txt | 157 + 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 D | portmacro.s90 | 221 call xTaskIncrementTick ; Call the timer tick function.
|
/FreeRTOS-Kernel/include/ |
A D | FreeRTOS.h | 2692 …OR_RUN_TIME_STATS should call a port layer function to setup a peripheral timer/counter that can t…
|
Completed in 35 milliseconds