|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
#include "R_RTOS_inc.h"Go to the source code of this file.
Functions | |
| void | SysTick_Handler (void) |
| Service routine for SysTick events. More... | |
| RetCode | sysTck_INIT (void) |
| Initialize the system tick timer. More... | |
| RetCode | sysTck_setSysTckTMR (const SysTicks sysTcksToWait, const SysTckEleType objType, const uint8_t objID) |
| Set a system tick timer for an object specified by objType and objID. More... | |
| SysTime | sysTck_getSysTicks (void) |
| Retrieve the currently passed global SysTicks since the timer was started. More... | |
| SysTime | sysTck_resetSysTicks (void) |
| Reset the SysTick counter to zero. More... | |
| SysTime | sysTck_GetTimeSlice (void) |
| Retrieve the current system tick time slice. More... | |
| SysTime | sysTck_SetTimeSlice (const SysTime newTimeSlice) |
| Set a new system tick time slice. More... | |