BlueSync - BLE Time Sync for Zephyr
High-precision time synchronization for BLE Mesh networks
Loading...
Searching...
No Matches
synced_time_logger.h File Reference
#include <stdint.h>
Include dependency graph for synced_time_logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void synced_time_logger_init ()
 Initialize the timer that store regularly timestamp of the node.
 
void synced_time_logger_deinit ()
 Deinitialize the timer that store regularly timestamp of the node.
 

Function Documentation

◆ synced_time_logger_deinit()

void synced_time_logger_deinit ( )

Deinitialize the timer that store regularly timestamp of the node.

Definition at line 135 of file synced_time_logger.c.

◆ synced_time_logger_init()

void synced_time_logger_init ( )

Initialize the timer that store regularly timestamp of the node.

Definition at line 111 of file synced_time_logger.c.