L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
systime.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
2/**
3 ******************************************************************************
4 * @file systime.h
5 * @author MCD Application Team
6 * @brief Map middleware systime
7 ******************************************************************************
8 * @attention
9 *
10 * Copyright (c) 2026 STMicroelectronics.
11 * All rights reserved.
12 *
13 * This software is licensed under terms that can be found in the LICENSE file
14 * in the root directory of this software component.
15 * If no LICENSE file comes with this software, it is provided AS-IS.
16 *
17 ******************************************************************************
18 */
19/* USER CODE END Header */
20
21/* Define to prevent recursive inclusion -------------------------------------*/
22#ifndef __SYSTIME_H__
23#define __SYSTIME_H__
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29/* Includes ------------------------------------------------------------------*/
30#include "stm32_systime.h"
31/* USER CODE BEGIN Includes */
32
33/* USER CODE END Includes */
34
35/* Exported types ------------------------------------------------------------*/
36/* USER CODE BEGIN ET */
37
38/* USER CODE END ET */
39
40/* Exported constants --------------------------------------------------------*/
41/* USER CODE BEGIN EC */
42
43/* USER CODE END EC */
44
45/* External variables --------------------------------------------------------*/
46/* USER CODE BEGIN EV */
47
48/* USER CODE END EV */
49
50/* Exported macro ------------------------------------------------------------*/
51/* USER CODE BEGIN EM */
52
53/* USER CODE END EM */
54
55/* Exported functions prototypes ---------------------------------------------*/
56/* USER CODE BEGIN EFP */
57
58/* USER CODE END EFP */
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif /*__SYSTIME_H__*/