#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 | ) |
References messages_send_interval, and TICK_COUNTER_INFINITE.
Referenced by exosite_example_activiate(), and exosite_example_read_and_write().
void tick_counter_reset_timer | ( | int | interval | ) |
References messages_send_interval, and system_tick_count.
Referenced by main_http_client_callback(), and wifi_cb().
|
static |
tick counter check variable
Referenced by tick_counter_check_timer(), tick_counter_pending_timer(), and tick_counter_reset_timer().
|
static |
Referenced by SysTick_Handler(), tick_counter_check_timer(), and tick_counter_reset_timer().