|
STM8L15x Standard Peripherals Drivers
|
Flag management functions. More...
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. | |
Detailed Description
Flag management functions.
===============================================================================
Flag management functions
===============================================================================
Function Documentation
| void RST_ClearFlag | ( | RST_FLAG_TypeDef | RST_Flag | ) |
Clears the specified RST flag.
Definition at line 115 of file stm8l15x_rst.c.
References IS_RST_FLAG, and RST.
| FlagStatus RST_GetFlagStatus | ( | RST_FLAG_TypeDef | RST_Flag | ) |
Checks whether the specified RST flag is set or not.
Definition at line 93 of file stm8l15x_rst.c.
References IS_RST_FLAG, and RST.