stm32h747/stm32h747i-disco/CM7/Inc/stm32h7xx_it.h
Go to the documentation of this file.
1 /*
2  Copyright 2021-2021 Picovoice Inc.
3 
4  You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5  file accompanying this source.
6 
7  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
8  an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
9  specific language governing permissions and limitations under the License.
10 */
11 
12 #ifndef STM32H7xx_IT_H
13 #define STM32H7xx_IT_H
14 
15 #include "stm32h7xx_hal.h"
16 #include "stm32h747i_discovery.h"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 void NMI_Handler(void);
24 void HardFault_Handler(void);
25 void MemManage_Handler(void);
26 void BusFault_Handler(void);
27 void UsageFault_Handler(void);
28 void SVC_Handler(void);
29 void DebugMon_Handler(void);
30 void PendSV_Handler(void);
31 void SysTick_Handler(void);
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif // STM32H7xx_IT_H
AUDIO_IN_SAIx_DMAx_IRQHandler
void AUDIO_IN_SAIx_DMAx_IRQHandler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:60
BusFault_Handler
void BusFault_Handler(void)
Definition: startup_mimxrt1052.c:743
stm32h747i_discovery.h
This file contains definitions for STM32H747I_DISCO: LEDs push-buttons COM ports hardware resources.
AUDIO_IN_SAI_PDMx_DMAx_IRQHandler
void AUDIO_IN_SAI_PDMx_DMAx_IRQHandler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:64
DebugMon_Handler
void DebugMon_Handler(void)
Definition: startup_mimxrt1052.c:755
UsageFault_Handler
void UsageFault_Handler(void)
Definition: startup_mimxrt1052.c:747
PendSV_Handler
void PendSV_Handler(void)
Definition: startup_mimxrt1052.c:759
SysTick_Handler
void SysTick_Handler(void)
Definition: startup_mimxrt1052.c:763
MemManage_Handler
void MemManage_Handler(void)
Definition: startup_mimxrt1052.c:739
HardFault_Handler
void HardFault_Handler(void)
Definition: startup_mimxrt1052.c:735
NMI_Handler
void NMI_Handler(void)
Definition: startup_mimxrt1052.c:731
SVC_Handler
void SVC_Handler(void)
Definition: startup_mimxrt1052.c:751
stm32h747i_discovery_audio.h
This file contains the common defines and functions prototypes for the stm32h747i_discovery_audio....


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:55