/***********************************************************************************************************************
* Copyright (C) All rights reserved.
***********************************************************************************************************************/
/***********************************************************************************************************************
* @file rst.h
* @brief This file implements device driver for RST module.
* @version 1.0.0
* @date 2019/12/24
***********************************************************************************************************************/
#ifndef RST_H
#define RST_H
/***********************************************************************************************************************
Macro definitions (Register bit)
***********************************************************************************************************************/
/***********************************************************************************************************************
Macro definitions
***********************************************************************************************************************/
/***********************************************************************************************************************
Typedef definitions
***********************************************************************************************************************/
/***********************************************************************************************************************
Global functions
***********************************************************************************************************************/
uint8_t RST_Get_Flag(void);
#endif
-
时昊 authoredd18473c3