source: trunk/fw_g473rct/USBPD/App/usbpd.h@ 64

Last change on this file since 64 was 59, checked in by f.jahn, 5 weeks ago

Added more USBPD-stack files.

File size: 1.5 KB
RevLine 
[59]1/* USER CODE BEGIN Header */
2/**
3 ******************************************************************************
4 * @file app/usbpd.h
5 * @author MCD Application Team
6 * @brief This file contains the device define.
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 __usbpd_H
23#define __usbpd_H
24#ifdef __cplusplus
25 extern "C" {
26#endif
27
28/* Includes ------------------------------------------------------------------*/
29#include "usbpd_core.h"
30#include "usbpd_dpm_core.h"
31#include "usbpd_dpm_conf.h"
32#include "usbpd_hw_if.h"
33
34/* USER CODE BEGIN 0 */
35/* USER CODE END 0 */
36
37/* Global variables ---------------------------------------------------------*/
38
39/* USER CODE BEGIN 1 */
40/* USER CODE END 1 */
41
42/* USBPD init function */
43void MX_USBPD_Init(void);
44
45/* USER CODE BEGIN 2 */
46/* USER CODE END 2 */
47
48#ifdef __cplusplus
49}
50#endif
51#endif /*__usbpd_H */
52
53/**
54 * @}
55 */
56
57/**
58 * @}
59 */
Note: See TracBrowser for help on using the repository browser.