Microchip® Advanced Software Framework

tick_counter.c File Reference
#include "tick_counter.h"

Functions

void SysTick_Handler (void)
 System Callback, run during SysTick interrupt. More...
 
bool tick_counter_check_timer ()
 
void tick_counter_pending_timer ()
 
void tick_counter_reset_timer (int interval)
 

Variables

static uint32_t messages_send_interval = 0
 tick counter check variable More...
 
static uint32_t system_tick_count = 0
 

void SysTick_Handler ( void  )

System Callback, run during SysTick interrupt.

References system_tick_count.

bool tick_counter_check_timer ( void  )

References messages_send_interval, ret, and system_tick_count.

Referenced by main().

void tick_counter_pending_timer ( void  )
void tick_counter_reset_timer ( int  interval)

uint32_t messages_send_interval = 0
static
uint32_t system_tick_count = 0
static