Lines Matching refs:timer
222 the case when the SysTick timer is not clocked from the same source as the CPU.
245 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
468 + The RISC-V machine timer compare register can now be for any HART, whereas
470 + Update the sequence used to update the 64-bit machine timer
532 + Update the method used to detect if a timer is active. Previously the
533 timer was deemed to be inactive if it was not referenced from a list.
534 However, when a timer is updated it is temporarily removed from, then
535 re-added to a list, so now the timer's active status is stored separately.
554 + Change the method used to determine if a timer is active or not from just
555 seeing if it is referenced from the active timer list to storing its
556 active state explicitly. The change prevents the timer reporting that it
703 names of the timer service and idle tasks respectively.
840 daemon task (which used to be called the timer service task) starts
890 + Fix bug identified in a modification made in V8.2.2 to the software timer
936 timer functions.
990 function to allow the timer's ID to be used as timer local storage.
1470 issue that could occur if the priority of the timer daemon task was set
1471 below the priority of tasks that used timer services.
1554 + The software timer service (daemon) task is now created in a way that
1638 + Updated the TCP/IP periodic timer frequency in numerous uIP demos to be
1805 + Introduced a new software timer implementation.
1806 + Introduced a new common demo application file to exercise the new timer
1808 + Updated the Win32/MSVC simulator project to include the new software timer
1809 demo tasks and software timer tick hook test. Much simpler software timer
1824 of the new software timer implementation.
2546 + The various LPC2000 ports had a mistake in the timer setup where the
2619 + The accuracy of the AVR port timer setup has been improved. Thanks to