@@ -26,14 +26,21 @@ extern "C" {
26
26
#endif
27
27
28
28
/* Includes ------------------------------------------------------------------*/
29
+ #include "stm32_def.h"
30
+ #include "stm32wbxx_ll_bus.h"
31
+ #include "stm32wbxx_ll_exti.h"
32
+ #include "stm32wbxx_ll_system.h"
33
+ #include "stm32wbxx_ll_rcc.h"
34
+ #include "stm32wbxx_ll_ipcc.h"
35
+ #include "stm32wbxx_ll_cortex.h"
36
+ #include "stm32wbxx_ll_utils.h"
37
+ #include "stm32wbxx_ll_pwr.h"
29
38
30
39
/******************************************************************************
31
40
* HW IPCC
32
41
******************************************************************************/
33
42
void HW_IPCC_Enable ( void );
34
43
void HW_IPCC_Init ( void );
35
- void HW_IPCC_Rx_Handler ( void );
36
- void HW_IPCC_Tx_Handler ( void );
37
44
38
45
void HW_IPCC_BLE_Init ( void );
39
46
void HW_IPCC_BLE_SendCmd ( void );
@@ -80,23 +87,6 @@ extern "C" {
80
87
void HW_IPCC_TRACES_Init ( void );
81
88
void HW_IPCC_TRACES_EvtNot ( void );
82
89
83
- void HW_IPCC_MAC_802_15_4_Init ( void );
84
- void HW_IPCC_MAC_802_15_4_SendCmd ( void );
85
- void HW_IPCC_MAC_802_15_4_SendAck ( void );
86
- void HW_IPCC_MAC_802_15_4_CmdEvtNot ( void );
87
- void HW_IPCC_MAC_802_15_4_EvtNot ( void );
88
-
89
- void HW_IPCC_ZIGBEE_Init ( void );
90
-
91
- void HW_IPCC_ZIGBEE_SendM4RequestToM0 (void ); /* M4 Request to M0 */
92
- void HW_IPCC_ZIGBEE_RecvAppliAckFromM0 (void ); /* Request ACK from M0 */
93
-
94
- void HW_IPCC_ZIGBEE_RecvM0NotifyToM4 (void ); /* M0 Notify to M4 */
95
- void HW_IPCC_ZIGBEE_SendM4AckToM0Notify (void ); /* Notify ACK from M4 */
96
- void HW_IPCC_ZIGBEE_RecvM0RequestToM4 (void ); /* M0 Request to M4 */
97
- void HW_IPCC_ZIGBEE_SendM4AckToM0Request (void ); /* Request ACK from M4 */
98
-
99
-
100
90
#ifdef __cplusplus
101
91
}
102
92
#endif
0 commit comments