/** ****************************************************************************** * @file main.h * @author MCD Application Team * @brief Header for main.c file ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * All rights reserved. * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** *//* ... *//* Define to prevent recursive inclusion -------------------------------------*/#ifndef__MAIN_H#define__MAIN_H#ifdef__cplusplusextern"C"{#endif/* Includes ------------------------------------------------------------------*/#include"stm32f4xx_hal.h"#include"stm32f4xx_it.h"/* DISCO includes component */#include"stm32f413h_discovery_audio.h"#include"stm32f413h_discovery.h"#include"stm32f413h_discovery_lcd.h"#include"stm32f413h_discovery_ts.h"#include"stm32f413h_discovery_sd.h"#include"stm32f413h_discovery_qspi.h"/* FatFs includes components */#include"ff_gen_drv.h"#include"sd_diskio.h"#include"usbd_core.h"/* GUI includes components */#include"GUI.h"#include"DIALOG.h"#include"ST_GUI_Addons.h"/* Kernel includes components */#include"k_module.h"#include"k_storage.h"#include"k_rtc.h"#include"k_bsp.h"#include"k_calibration.h"/* utilities and standard includes components */#include"cpu_utils.h"#include<stddef.h>#include<stdlib.h>#include<string.h>#include<math.h>24 includesIncludes/* Exported types ------------------------------------------------------------*//* Exported variables --------------------------------------------------------*//* Exported constants --------------------------------------------------------*/#defineCALIBRATION_GENERAL_SETTINGS_BKPRTC_BKP_DR2Exported constants/* Exported macros -----------------------------------------------------------*//* Exported functions ------------------------------------------------------- */#ifdef__cplusplus}extern "C" { ... }#endif/* ... */#endif/* __MAIN_H */
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.