nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
audio_sync_timer.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _AUDIO_SYNC_TIMER_H_
8#define _AUDIO_SYNC_TIMER_H_
9
10#include <zephyr/kernel.h>
11#include <stdint.h>
12
19
30
31#endif /* _AUDIO_SYNC_TIMER_H_ */
uint32_t audio_sync_timer_capture(void)
Capture a timestamp on the sync timer.
uint32_t audio_sync_timer_capture_get(void)
Returns the last captured value of the sync timer.