Functions
systick.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for systick.h:
This graph shows which files directly or indirectly include this file:

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)
 
Copyright 2018, Texas Instruments Incorporated