|
BlueSync - BLE Time Sync for Zephyr
High-precision time synchronization for BLE Mesh networks
|
#include <stdint.h>

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. | |
| 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.
| 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.