/** ****************************************************************************** * @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"/* EVAL includes component */#include"stm324xg_eval.h"#include"stm324xg_eval_ts.h"#include"stm324xg_eval_io.h"#include"stm324xg_eval_sd.h"#include"stm324xg_eval_audio.h"#include"stm324xg_eval_camera.h"#include"stm324xg_eval_sram.h"/* FatFs includes component */#include"ff_gen_drv.h"#include"usbh_diskio.h"#include"sd_diskio.h"#include"GUI.h"13 includes/* Exported types ------------------------------------------------------------*/Includestypedefunion{uint32_td32;struct{uint32_tenable_sprite:1;uint32_tenable_background:1;uint32_tuse_180Mhz:1;uint32_tdisable_flex_skin:1;...}b;...}SystemSettingsTypeDef;Exported types/* Exported variables --------------------------------------------------------*/externGUI_CONST_STORAGEGUI_BITMAPbmSTLogo40x20;/* Exported constants --------------------------------------------------------*/#defineNUM_DISK_UNITS2#defineUSB_DISK_UNIT0#defineMSD_DISK_UNIT1#defineAUDIO_DEFAULT_VOLUME70#defineCALIBRATION_BKP0RTC_BKP_DR0#defineCALIBRATION_BKP1RTC_BKP_DR1#defineCALIBRATION_GENERAL_SETTINGS_BKPRTC_BKP_DR2#defineCALIBRATION_IMAGE_SETTINGS_BKPRTC_BKP_DR3#defineCALIBRATION_AUDIOPLAYER_SETTING_BKPRTC_BKP_DR4#defineCALIBRATION_CAMERA_SETTING_BKPRTC_BKP_DR5#defineCALIBRATION_BENCH_SETTING_BKPRTC_BKP_DR6#defineCALIBRATION_VIDEOPLAYER_SETTING_BKPRTC_BKP_DR7#defineCAMERA_SAVE_PATHBKPSRAM_BASE+0x00013 defines/* Exported macros -----------------------------------------------------------*/Exported constants/* 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.