nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
hrt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _HRT_H__
8#define _HRT_H__
9
10void hrt_set_bits(void);
11
12void hrt_clear_bits(void);
13
14void hrt_toggle_bits(void);
15
16#endif /* _HRT_H__ */
void hrt_set_bits(void)
void hrt_clear_bits(void)
void hrt_toggle_bits(void)