/* USER CODE BEGIN Header *//** ****************************************************************************** * @file app_threadx.h * @author MCD Application Team * @brief ThreadX 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_THREADX_H#define__APP_THREADX_H#ifdef__cplusplusextern"C"{#endif/* Includes ------------------------------------------------------------------*//* Private includes ----------------------------------------------------------*//* USER CODE BEGIN Includes */#include"txm_module.h"#include"stm32f4xx_nucleo_144.h"#include<stdio.h>/* 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 ---------------------------------------------*/voidMX_AZURE_RTOS_Init(void);/* USER CODE BEGIN EFP *//* USER CODE END EFP */Exported functions prototypes/* Private defines -----------------------------------------------------------*//* USER CODE BEGIN PD */#defineTX_APP_MEM_POOL_SIZE10*1024#defineMODULE_MANAGER_THREAD_PRIO4#defineMODULE_MANAGER_THREAD_PREEMPTION_THRESHOLDMODULE_MANAGER_THREAD_PRIO/* USER CODE END PD *//* USER CODE BEGIN 1 *//* USER CODE END 1 */#ifdef__cplusplus}extern "C" { ... }#endif/* ... */#endif/* __APP_THREADX_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.