Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
WHAT'S NEW
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.
FreeRTOS Extended Maintenance Program (EMP) registration now open.
FreeRTOS-Plus-TCP v3.0.0 released:
Featured FreeRTOS IoT Integrations:

Software Timers
[API]

FreeRTOS Software Timer API Functions



xTimerGetTimerDaemonTaskHandle

timers.h
TaskHandle_t xTimerGetTimerDaemonTaskHandle( void );
		
Returns:
Returns the task handle associated with the software timer daemon (or service) task. If configUSE_TIMERS is set to 1 in FreeRTOSConfig.h, then the timer daemon task is created automatically when the RTOS scheduler is started.


pcTimerGetName

timers.h
const char * pcTimerGetName( TimerHandle_t xTimer )
		

Parameters:
Returns the human readable name assigned to a timer when the timer was created.
xTimer   The handle of the timer being queried.
Returns:
A pointer to the timer's name, which is a standard NULL terminated C string.






Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.