24 lines
585 B
C
24 lines
585 B
C
//************************************************************
|
|
// Copyright (c) 深圳市赛元微电子有限公司
|
|
// 文件名称 : sc92f_pwr.h
|
|
// 作者 :
|
|
// 模块功能 : PWR固件库函数头文件
|
|
// 局部函数列表:
|
|
// 最后更正日期: 2020/8/18
|
|
// 版本 : V1.0
|
|
// 说明 :
|
|
//*************************************************************
|
|
|
|
#ifndef _sc92f_PWR_H_
|
|
#define _sc92f_PWR_H_
|
|
|
|
#include "sc92f.h"
|
|
#include <intrins.h>
|
|
|
|
void PWR_DeInit(void);
|
|
void PWR_EnterSTOPMode(void);
|
|
void PWR_EnterIDLEMode(void);
|
|
|
|
#endif
|
|
|
|
/******************* (C) COPYRIGHT 2020 SinOne Microelectronics *****END OF FILE****/ |