stm32f411/stm32f411e-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 
15 #include "stm32f411e_discovery.h"
17 
18 #define PDM_OUT_Pin GPIO_PIN_3
19 #define PDM_OUT_GPIO_Port GPIOC
20 
21 void NMI_Handler(void);
22 void HardFault_Handler(void);
23 void MemManage_Handler(void);
24 void BusFault_Handler(void);
25 void UsageFault_Handler(void);
26 void SVC_Handler(void);
27 void DebugMon_Handler(void);
28 void PendSV_Handler(void);
29 void SysTick_Handler(void);
30 void I2S3_IRQHandler(void);
31 void I2S2_IRQHandler(void);
32 
33 #endif // STM32F4xx_IT_H
HardFault_Handler
void HardFault_Handler(void)
Definition: startup_mimxrt1052.c:735
I2S3_IRQHandler
void I2S3_IRQHandler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:49
stm32f411e_discovery_audio.h
This file contains the common defines and functions prototypes for stm32f411e_discovery_audio....
I2S2_IRQHandler
void I2S2_IRQHandler(void)
Definition: stm32f407/stm32f407g-disc1/Src/stm32f4xx_it.c:53
NMI_Handler
void NMI_Handler(void)
Definition: startup_mimxrt1052.c:731
DebugMon_Handler
void DebugMon_Handler(void)
Definition: startup_mimxrt1052.c:755
UsageFault_Handler
void UsageFault_Handler(void)
Definition: startup_mimxrt1052.c:747
SVC_Handler
void SVC_Handler(void)
Definition: startup_mimxrt1052.c:751
PendSV_Handler
void PendSV_Handler(void)
Definition: startup_mimxrt1052.c:759
MemManage_Handler
void MemManage_Handler(void)
Definition: startup_mimxrt1052.c:739
SysTick_Handler
void SysTick_Handler(void)
Definition: startup_mimxrt1052.c:763
stm32f411e_discovery.h
This file contains definitions for STM32F401-Discovery Kit's Leds and push-button hardware resources.
BusFault_Handler
void BusFault_Handler(void)
Definition: startup_mimxrt1052.c:743


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