/* 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 ------------------------------------------------------------------*/#include"tx_api.h"Includes/* Private includes ----------------------------------------------------------*//* USER CODE BEGIN Includes */#include"main.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 ---------------------------------------------*/UINTApp_ThreadX_Init(VOID*memory_ptr);voidMX_ThreadX_Init(void);/* USER CODE BEGIN EFP *//* USER CODE END EFP */Exported functions prototypes/* Private defines -----------------------------------------------------------*//* USER CODE BEGIN PD */#defineAPP_STACK_SIZE512#defineAPP_BYTE_POOL_SIZE(8*1024)#defineAPP_QUEUE_SIZE10#defineTOGGLE_LED1#defineSENDER_THREAD_PRIO5#defineSENDER_THREAD_PREEMPTION_THRESHOLDSENDER_THREAD_PRIO#defineRECEIVER_THREAD_PRIO10#defineRECEIVER_THREAD_PREEMPTION_THRESHOLDRECEIVER_THREAD_PRIO8 defines/* 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.