/* USER CODE BEGIN Header *//** ******************************************************************************* @file app_filex.h* @author MCD Application Team* @brief FileX applicative header file ****************************************************************************** * @attention * * Copyright (c) 2021 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. * ****************************************************************************** *//* ... *//* USER CODE END Header *//* Define to prevent recursive inclusion -------------------------------------*/#ifndef__APP_FILEX_H__#define__APP_FILEX_H__#ifdef__cplusplusextern"C"{#endif/* Includes ------------------------------------------------------------------*/#include"fx_api.h"#include"fx_stm32_sd_driver.h"#include"fx_stm32_levelx_nor_driver.h"Includes/* Private includes ----------------------------------------------------------*//* USER CODE BEGIN Includes *//* USER CODE END Includes */Private includes/* Exported types ------------------------------------------------------------*//* USER CODE BEGIN ET *//* USER CODE END ET */Exported types/* Exported constants --------------------------------------------------------*//* USER CODE BEGIN EC *//* USER CODE END EC */Exported constants/* Exported macro ------------------------------------------------------------*//* USER CODE BEGIN EM *//* USER CODE END EM */Exported macro/* Exported functions prototypes ---------------------------------------------*/UINTMX_FileX_Init(VOID*memory_ptr);/* USER CODE BEGIN EFP *//* USER CODE END EFP */Exported functions prototypes/* Private defines -----------------------------------------------------------*//* USER CODE BEGIN PD */#defineDEFAULT_STACK_SIZE(2*1024)#defineDEFAULT_THREAD_PRIO10#defineDEFAULT_TIME_SLICE4#defineDEFAULT_PREEMPTION_THRESHOLDDEFAULT_THREAD_PRIO/* USER CODE END PD *//* USER CODE BEGIN 1 *//* USER CODE END 1 */#ifdef__cplusplus}extern "C" { ... }#endif/* ... */#endif/* __APP_FILEX_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.