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


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