1 /*
2  * Copyright (c) 2024, Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _NRF_HW_MODEL_PPIB_H
8 #define _NRF_HW_MODEL_PPIB_H
9 
10 #include "bs_types.h"
11 #include "NHW_config.h"
12 
13 #ifdef __cplusplus
14 extern "C"{
15 #endif
16 
17 void nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND(uint inst, uint ch);
18 /* Note: The PPIB task and events registers are not functional */
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif
25