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.
23 lines
781 B
23 lines
781 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd.. 2021-2021. All rights reserved.
|
|
* Description:
|
|
* Author:
|
|
* Create: 2021-05-12
|
|
* Note:
|
|
*/
|
|
|
|
#ifndef PWM_PM_H
|
|
#define PWM_PM_H
|
|
|
|
/********************************************************************************************/
|
|
/* Includes */
|
|
/********************************************************************************************/
|
|
#include "pwm_common.h"
|
|
|
|
/********************************************************************************************
|
|
Function Function Declaration
|
|
********************************************************************************************/
|
|
osal_pmops* pwm_pm_get_instance(td_void);
|
|
|
|
#endif /* PWM_PROC_H */
|