17 #ifndef __SYSTICK_UTILS_H__    18 #define __SYSTICK_UTILS_H__    69 #endif // __SYSTICK_UTILS_H__ void BOARD_DELAY_ms(uint32_t delay_ms)
Function to insert delays. 
 
int32_t BOARD_SystickElapsedTicks(int32_t *pStart)
Function to compute the Elapsed systicks. 
 
typedef int32_t(DATA_FORMAT_Append_t))(void *pData
The interface function to append the data on the formated stream. 
 
void BOARD_SystickStart(int32_t *pStart)
Function to Record the Start systick. 
 
uint32_t BOARD_SystickElapsedTime_us(int32_t *pStart)
Function to compute the Elapsed Time. 
 
void BOARD_SystickEnable(void)
Function to enable systicks framework.