HPM SDK
HPMicro Software Development Kit
hpm_ipc_event_mgr_mbx_config.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef HPM_IPC_EVENT_MGR_MBX_CONFIG_H
9 #define HPM_IPC_EVENT_MGR_MBX_CONFIG_H
10 
11 #define HPM_MBX_CLOCK clock_mbx0
12 #if defined(HPM_FEATURE_MBX_SIDE_A)
13 #define HPM_MBX HPM_MBX0A
14 #define IRQn_MBX IRQn_MBX0A
15 #elif defined(HPM_FEATURE_MBX_SIDE_B)
16 #define HPM_MBX HPM_MBX0B
17 #define IRQn_MBX IRQn_MBX0B
18 #endif
19 
20 
21 #endif /* HPM_IPC_EVENT_MGR_MBX_CONFIG_H */