stm32f407/stm32f407g-disc1/Src/stm32f4xx_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 "stm32f4xx_it.h"
13 
16 
17 void NMI_Handler(void) {
18 }
19 
20 void HardFault_Handler(void) {
21  while (1);
22 }
23 
24 void MemManage_Handler(void) {
25  while (1);
26 }
27 
28 void BusFault_Handler(void) {
29  while (1);
30 }
31 
32 void UsageFault_Handler(void) {
33  while (1);
34 }
35 
36 void SVC_Handler(void) {
37 }
38 
39 void DebugMon_Handler(void) {
40 }
41 
42 void PendSV_Handler(void) {
43 }
44 
45 void SysTick_Handler(void) {
46  HAL_IncTick();
47 }
48 
49 void I2S3_IRQHandler(void) {
51 }
52 
53 void I2S2_IRQHandler(void) {
55 }
hAudioInI2s
I2S_HandleTypeDef hAudioInI2s
Definition: stm32f4_discovery_audio.c:181
BusFault_Handler
void BusFault_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:28
I2S_HandleTypeDef
I2S handle Structure definition.
Definition: stm32f7xx_hal_i2s.h:91
I2S_HandleTypeDef::hdmatx
DMA_HandleTypeDef * hdmatx
Definition: stm32f7xx_hal_i2s.h:114
PendSV_Handler
void PendSV_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:42
hAudioOutI2s
I2S_HandleTypeDef hAudioOutI2s
Definition: stm32f4_discovery_audio.c:178
DebugMon_Handler
void DebugMon_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:39
NMI_Handler
void NMI_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:17
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
I2S2_IRQHandler
void I2S2_IRQHandler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:53
I2S_HandleTypeDef::hdmarx
DMA_HandleTypeDef * hdmarx
Definition: stm32f7xx_hal_i2s.h:116
HardFault_Handler
void HardFault_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:20
SVC_Handler
void SVC_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:36
UsageFault_Handler
void UsageFault_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:32
I2S3_IRQHandler
void I2S3_IRQHandler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:49
SysTick_Handler
void SysTick_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:45
HAL_DMA_IRQHandler
void HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma)
MemManage_Handler
void MemManage_Handler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:24


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