STM8S/A Standard Peripherals Drivers
|
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. |
Function Documentation
void RST_ClearFlag | ( | RST_Flag_TypeDef | RST_Flag | ) |
Clears the specified RST flag.
Definition at line 69 of file stm8s_rst.c.
References IS_RST_FLAG_OK, and RST.
FlagStatus RST_GetFlagStatus | ( | RST_Flag_TypeDef | RST_Flag | ) |
Checks whether the specified RST flag is set or not.
Definition at line 54 of file stm8s_rst.c.
References IS_RST_FLAG_OK, RESET, RST, and SET.