nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
current_time.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
16#ifndef _CURRENT_TIME_H_
17#define _CURRENT_TIME_H_
18
19#include <stdint.h>
20
24uint32_t current_time_us_get(void);
25
30#endif /* _CURRENT_TIME_H_ */
uint32_t current_time_us_get(void)
Obtain the current time in microseconds.