|
BlueSync - BLE Time Sync for Zephyr
High-precision time synchronization for BLE Mesh networks
|
Data Fields | |
| uint64_t | uptime_ref_ticks |
| uint64_t | epoch_ref_ticks |
| uint64_t | epoch_ref_us |
| bool | epoch_ref_valid |
| double | curent_offset_ticks |
| double | curent_slope_ticks |
| struct k_mutex | mutex |
Definition at line 43 of file local_time.c.
| double local_time::curent_offset_ticks |
Definition at line 48 of file local_time.c.
| double local_time::curent_slope_ticks |
Definition at line 49 of file local_time.c.
| uint64_t local_time::epoch_ref_ticks |
Definition at line 45 of file local_time.c.
| uint64_t local_time::epoch_ref_us |
Definition at line 46 of file local_time.c.
| bool local_time::epoch_ref_valid |
Definition at line 47 of file local_time.c.
| struct k_mutex local_time::mutex |
Definition at line 50 of file local_time.c.
| uint64_t local_time::uptime_ref_ticks |
Definition at line 44 of file local_time.c.