stm32f469/stm32f469i-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 void SVC_Handler(void) {
21 }
22 
23 void DebugMon_Handler(void) {
24 }
25 
26 void PendSV_Handler(void) {
27 }
28 
31 }
32 
33 void SysTick_Handler(void) {
34  HAL_IncTick();
35 }
36 
37 void HardFault_Handler(void) {
38  while (1);
39 }
40 
41 void MemManage_Handler(void) {
42  while (1);
43 }
44 
45 void BusFault_Handler(void) {
46  while (1);
47 }
48 
49 void UsageFault_Handler(void) {
50  while (1);
51 }
NMI_Handler
void NMI_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:17
huart
UART_HandleTypeDef huart
Definition: pv_stm32f469.c:31
I2S_HandleTypeDef
I2S handle Structure definition.
Definition: stm32f7xx_hal_i2s.h:91
__UART_HandleTypeDef
UART handle Structure definition.
Definition: stm32f4xx_hal_uart.h:141
UsageFault_Handler
void UsageFault_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:49
HardFault_Handler
void HardFault_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:37
MemManage_Handler
void MemManage_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:41
DebugMon_Handler
void DebugMon_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:23
SVC_Handler
void SVC_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:20
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
haudio_in_i2s
I2S_HandleTypeDef haudio_in_i2s
Definition: stm32469i_discovery_audio.c:171
AUDIO_I2Sx_DMAx_IRQHandler
void AUDIO_I2Sx_DMAx_IRQHandler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:29
SysTick_Handler
void SysTick_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:33
BusFault_Handler
void BusFault_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:45
PendSV_Handler
void PendSV_Handler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:26
HAL_DMA_IRQHandler
void HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma)


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