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.

40 lines
1.0 KiB

4 months ago
/*
* @Copyright (C),: 2020-2030, ConvenientPower Inc.
* @File:
* @Author: your name
* @Date: 2022-10-21 15:24:36
* @LastEditTime: 2022-10-27 16:41:00
* @LastEditors: your name
* @Description: Used to specify the main functions accomplished by this program file
*/
/**
******************************************************************************
* @copyright Copyright (C), 2016-2022, ConvenientPower. Co., Ltd.
* @file comp_clock.h
* @version 1.0
* @author CPS SW Team
* @date 2022-10-21
* @brief Header file of COMP_CLOCK_H module.
******************************************************************************
*/
#ifndef _COMP_CLOCK_H_
#define _COMP_CLOCK_H_
#include "core_comm.h"
//#include "drv_comm.h"
#include "drv_clock.h"
#include "drv_delay.h"
/*
* @brief comp_clock_init
* @param mclk sel (0:24M,1:6M)
* @param clock_data (ʼʱģ)
* @param systick_us (systicktimer us)
* @note
* @retval null
*/
void comp_clock_init(uint8_t mclk_sel, uint32_t clock_data, uint32_t systick_us);
#endif