stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c
Go to the documentation of this file.
1 /*
2  Copyright 2020-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 #include "stm32h7xx_it.h"
13 
15 
16 void NMI_Handler(void) {
17 }
18 
19 void HardFault_Handler(void) {
20  /* Go to infinite loop when Hard Fault exception occurs */
21  while (1)
22  {
23  }
24 }
25 
26 void MemManage_Handler(void) {
27  /* Go to infinite loop when Memory Manage exception occurs */
28  while (1)
29  {
30  }
31 }
32 
33 void BusFault_Handler(void) {
34  /* Go to infinite loop when Bus Fault exception occurs */
35  while (1)
36  {
37  }
38 }
39 
40 void UsageFault_Handler(void) {
41  /* Go to infinite loop when Usage Fault exception occurs */
42  while (1)
43  {
44  }
45 }
46 
47 void SVC_Handler(void) {
48 }
49 
50 void DebugMon_Handler(void) {
51 }
52 
53 void PendSV_Handler(void) {
54 }
55 
56 void SysTick_Handler(void) {
57  HAL_IncTick();
58 }
59 
62 }
63 
66 }
MemManage_Handler
void MemManage_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:26
PendSV_Handler
void PendSV_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:53
BusFault_Handler
void BusFault_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:33
SVC_Handler
void SVC_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:47
__UART_HandleTypeDef
UART handle Structure definition.
Definition: stm32f4xx_hal_uart.h:141
UsageFault_Handler
void UsageFault_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:40
NMI_Handler
void NMI_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:16
HardFault_Handler
void HardFault_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:19
DebugMon_Handler
void DebugMon_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:50
SysTick_Handler
void SysTick_Handler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:56
AUDIO_IN_SAIx_DMAx_IRQHandler
void AUDIO_IN_SAIx_DMAx_IRQHandler()
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:60
AUDIO_IN_SAI_PDMx_DMAx_IRQHandler
void AUDIO_IN_SAI_PDMx_DMAx_IRQHandler(void)
Definition: stm32h747/stm32h747i-disco/CM7/Src/stm32h7xx_it.c:64
HAL_IncTick
void HAL_IncTick(void)
This function is called to increment a global variable "uwTick" used as application time base.
Definition: stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:312
huart
UART_HandleTypeDef huart
Definition: pv_stm32f469.c:31
BSP_AUDIO_IN_IRQHandler
void BSP_AUDIO_IN_IRQHandler(uint32_t Instance, uint32_t InputDevice)
This function handles Audio Out DMA interrupt requests.
Definition: stm32h747i_discovery_audio.c:2409
AUDIO_IN_DEVICE_DIGITAL_MIC
#define AUDIO_IN_DEVICE_DIGITAL_MIC
Definition: stm32h747i_discovery_audio.h:297


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