![]() |
![]() |
#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| void | SysTickEnable (void) |
| void | SysTickDisable (void) |
| void | SysTickIntRegister (void(*pfnHandler)(void)) |
| void | SysTickIntUnregister (void) |
| void | SysTickIntEnable (void) |
| void | SysTickIntDisable (void) |
| void | SysTickPeriodSet (uint32_t ui32Period) |
| uint32_t | SysTickPeriodGet (void) |
| uint32_t | SysTickValueGet (void) |