nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
current_time_grtc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _CURRENT_TIME_GRTC_H_
8#define _CURRENT_TIME_GRTC_H_
9
10 #include <stdint.h>
11
19
24void current_time_grtc_trigger_set(uint64_t timestamp_us);
25
31
32#endif /* _CURRENT_TIME_GRTC_H_ */
uint64_t current_time_grtc_us_get(void)
Obtain the current time from the GRTC.
void current_time_grtc_trigger_set(uint64_t timestamp_us)
Set the controller to trigger a PPI event at the given timestamp.
uint32_t current_time_grtc_trigger_event_addr_get(void)
Get the address of the event that will trigger.