1 /*
2  * Copyright (c) 2017 Oticon A/S
3  * Copyright (c) 2023 Nordic Semiconductor ASA
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  *
7  * Private header between the RADIO and its bitcounter
8  */
9 #ifndef _NRF_RADIO_BITCOUNTER_H
10 #define _NRF_RADIO_BITCOUNTER_H
11 
12 #ifdef __cplusplus
13 extern "C"{
14 #endif
15 
16 void nhw_radio_stop_bit_counter(void);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif
23