You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
/**
|
|
******************************************************************************
|
|
* @copyright Copyright (C), 2016-2022, ConvenientPower. Co., Ltd.
|
|
* @file rom_inc.h
|
|
* @version 1.0
|
|
* @author qing.cheng
|
|
* @date 2022-11-15
|
|
* @brief Header file of ROM_INC_H module.
|
|
******************************************************************************
|
|
*/
|
|
#ifndef _ROM_INC_H_
|
|
#define _ROM_INC_H_
|
|
|
|
#include "core_comm.h"
|
|
#include "drv_comm.h"
|
|
#include "comp_adc.h"
|
|
#include "comp_clock.h"
|
|
#include "comp_dma.h"
|
|
#include "comp_uart.h"
|
|
#include "comp_config.h"
|
|
|
|
/************protocol**************/
|
|
//bc
|
|
#include "bc.h"
|
|
|
|
//qc
|
|
#include "task_qc_phy_func.h"
|
|
#include "task_qc_app_func.h"
|
|
|
|
//scp
|
|
#include "task_scp_phy.h"
|
|
#include "task_scp_prl.h"
|
|
#include "task_scp_app.h"
|
|
|
|
//pd_protocol
|
|
#include "task_typec_func.h"
|
|
#include "task_pd_phy_func.h"
|
|
#include "task_pd_prl_func.h"
|
|
#include "task_pd_chunk_func.h"
|
|
#include "task_pd_pe_func.h"
|
|
#include "task_pd_pe_epr.h"
|
|
#include "pd_app.h"
|
|
|
|
//ufcs
|
|
#include "ufcs_phy.h"
|
|
#include "ufcs_prl_func.h"
|
|
#include "ufcs_pe_func.h"
|
|
#include "ufcs_app.h"
|
|
#endif
|
|
|