stm32f469/stm32f469i-disco/Inc/stm32f4xx_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 STM32F4xx_IT_H
13 #define STM32F4xx_IT_H
14 
16 
18 void BusFault_Handler(void);
19 void DebugMon_Handler(void);
20 void HardFault_Handler(void);
21 void MemManage_Handler(void);
22 void NMI_Handler(void);
23 void PendSV_Handler(void);
24 void SVC_Handler(void);
25 void SysTick_Handler(void);
26 void UsageFault_Handler(void);
27 
28 #endif // STM32F4xx_IT_H
stm32469i_discovery_audio.h
This file contains the common defines and functions prototypes for the stm32469i_discovery_audio....
UsageFault_Handler
void UsageFault_Handler(void)
Definition: startup_mimxrt1052.c:747
BusFault_Handler
void BusFault_Handler(void)
Definition: startup_mimxrt1052.c:743
SysTick_Handler
void SysTick_Handler(void)
Definition: startup_mimxrt1052.c:763
PendSV_Handler
void PendSV_Handler(void)
Definition: startup_mimxrt1052.c:759
SVC_Handler
void SVC_Handler(void)
Definition: startup_mimxrt1052.c:751
HardFault_Handler
void HardFault_Handler(void)
Definition: startup_mimxrt1052.c:735
MemManage_Handler
void MemManage_Handler(void)
Definition: startup_mimxrt1052.c:739
DebugMon_Handler
void DebugMon_Handler(void)
Definition: startup_mimxrt1052.c:755
NMI_Handler
void NMI_Handler(void)
Definition: startup_mimxrt1052.c:731
AUDIO_I2Sx_DMAx_IRQHandler
void AUDIO_I2Sx_DMAx_IRQHandler(void)
Definition: stm32f469/stm32f469i-disco/Src/stm32f4xx_it.c:29


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