STM8L15x Standard Peripherals Drivers
|
This file provides firmware functions to manage the following functionalities of the RST peripheral:
- Flag management
- NRST Pin configuration.
#include "stm8l15x_rst.h"
Go to the source code of this file.
Defines | |
#define | RST_CR_MASK 0xD0 |
Functions | |
void | RST_ClearFlag (RST_FLAG_TypeDef RST_Flag) |
Clears the specified RST flag. | |
FlagStatus | RST_GetFlagStatus (RST_FLAG_TypeDef RST_Flag) |
Checks whether the specified RST flag is set or not. | |
void | RST_GPOutputEnable (void) |
Configures the reset pad as GP output. |
Detailed Description
This file provides firmware functions to manage the following functionalities of the RST peripheral:
- Flag management
- NRST Pin configuration.
- Attention:
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2011 STMicroelectronics
Definition in file stm8l15x_rst.c.