stm32f767 ht16k33

Dependencies:   mbed

Committer:
caa45040
Date:
Thu Aug 04 10:07:46 2022 +0000
Revision:
0:a9f44b553efd
stm32f767 ht16k33

Who changed what in which revision?

UserRevisionLine numberNew contents of line
caa45040 0:a9f44b553efd 1 /* USER CODE BEGIN Header */
caa45040 0:a9f44b553efd 2 /**
caa45040 0:a9f44b553efd 3 ******************************************************************************
caa45040 0:a9f44b553efd 4 * @file stm32f7xx_it.h
caa45040 0:a9f44b553efd 5 * @brief This file contains the headers of the interrupt handlers.
caa45040 0:a9f44b553efd 6 ******************************************************************************
caa45040 0:a9f44b553efd 7 * @attention
caa45040 0:a9f44b553efd 8 *
caa45040 0:a9f44b553efd 9 * <h2><center>&copy; Copyright (c) 2022 STMicroelectronics.
caa45040 0:a9f44b553efd 10 * All rights reserved.</center></h2>
caa45040 0:a9f44b553efd 11 *
caa45040 0:a9f44b553efd 12 * This software component is licensed by ST under BSD 3-Clause license,
caa45040 0:a9f44b553efd 13 * the "License"; You may not use this file except in compliance with the
caa45040 0:a9f44b553efd 14 * License. You may obtain a copy of the License at:
caa45040 0:a9f44b553efd 15 * opensource.org/licenses/BSD-3-Clause
caa45040 0:a9f44b553efd 16 *
caa45040 0:a9f44b553efd 17 ******************************************************************************
caa45040 0:a9f44b553efd 18 */
caa45040 0:a9f44b553efd 19 /* USER CODE END Header */
caa45040 0:a9f44b553efd 20
caa45040 0:a9f44b553efd 21 /* Define to prevent recursive inclusion -------------------------------------*/
caa45040 0:a9f44b553efd 22 #ifndef __STM32F7xx_IT_H
caa45040 0:a9f44b553efd 23 #define __STM32F7xx_IT_H
caa45040 0:a9f44b553efd 24
caa45040 0:a9f44b553efd 25 #ifdef __cplusplus
caa45040 0:a9f44b553efd 26 extern "C" {
caa45040 0:a9f44b553efd 27 #endif
caa45040 0:a9f44b553efd 28
caa45040 0:a9f44b553efd 29 /* Private includes ----------------------------------------------------------*/
caa45040 0:a9f44b553efd 30 /* USER CODE BEGIN Includes */
caa45040 0:a9f44b553efd 31
caa45040 0:a9f44b553efd 32 /* USER CODE END Includes */
caa45040 0:a9f44b553efd 33
caa45040 0:a9f44b553efd 34 /* Exported types ------------------------------------------------------------*/
caa45040 0:a9f44b553efd 35 /* USER CODE BEGIN ET */
caa45040 0:a9f44b553efd 36
caa45040 0:a9f44b553efd 37 /* USER CODE END ET */
caa45040 0:a9f44b553efd 38
caa45040 0:a9f44b553efd 39 /* Exported constants --------------------------------------------------------*/
caa45040 0:a9f44b553efd 40 /* USER CODE BEGIN EC */
caa45040 0:a9f44b553efd 41
caa45040 0:a9f44b553efd 42 /* USER CODE END EC */
caa45040 0:a9f44b553efd 43
caa45040 0:a9f44b553efd 44 /* Exported macro ------------------------------------------------------------*/
caa45040 0:a9f44b553efd 45 /* USER CODE BEGIN EM */
caa45040 0:a9f44b553efd 46
caa45040 0:a9f44b553efd 47 /* USER CODE END EM */
caa45040 0:a9f44b553efd 48
caa45040 0:a9f44b553efd 49 /* Exported functions prototypes ---------------------------------------------*/
caa45040 0:a9f44b553efd 50 void NMI_Handler(void);
caa45040 0:a9f44b553efd 51 void HardFault_Handler(void);
caa45040 0:a9f44b553efd 52 void MemManage_Handler(void);
caa45040 0:a9f44b553efd 53 void BusFault_Handler(void);
caa45040 0:a9f44b553efd 54 void UsageFault_Handler(void);
caa45040 0:a9f44b553efd 55 void SVC_Handler(void);
caa45040 0:a9f44b553efd 56 void DebugMon_Handler(void);
caa45040 0:a9f44b553efd 57 void PendSV_Handler(void);
caa45040 0:a9f44b553efd 58 void SysTick_Handler(void);
caa45040 0:a9f44b553efd 59 /* USER CODE BEGIN EFP */
caa45040 0:a9f44b553efd 60
caa45040 0:a9f44b553efd 61 /* USER CODE END EFP */
caa45040 0:a9f44b553efd 62
caa45040 0:a9f44b553efd 63 #ifdef __cplusplus
caa45040 0:a9f44b553efd 64 }
caa45040 0:a9f44b553efd 65 #endif
caa45040 0:a9f44b553efd 66
caa45040 0:a9f44b553efd 67 #endif /* __STM32F7xx_IT_H */
caa45040 0:a9f44b553efd 68
caa45040 0:a9f44b553efd 69 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
caa45040 0:a9f44b553efd 70