|
STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
|
This file contains the additional code that needs to be inserted into the FreeRTOS tasks.c file. More...
Go to the source code of this file.
Functions | |
| TickType_t | GetExpectedIdleTime (void) |
| Get the expected idle time from RTOS kernel. More... | |
| UBaseType_t | IsDelayedTaskListEmpty (void) |
| Check whether the delayed task list of RTOS is empty. More... | |
This file contains the additional code that needs to be inserted into the FreeRTOS tasks.c file.
STM32 RTC Scheduler
Definition in file freertos_tasks_c_additions.h.
| TickType_t GetExpectedIdleTime | ( | void | ) |
Get the expected idle time from RTOS kernel.
Definition at line 27 of file freertos_tasks_c_additions.h.
| UBaseType_t IsDelayedTaskListEmpty | ( | void | ) |
Check whether the delayed task list of RTOS is empty.
| pdTRUE | if the delayed task list is empty. |
| pdFALSE | if there is a task waiting in the delayed task list. |
Definition at line 90 of file freertos_tasks_c_additions.h.