|
MG32F10x Standard Peripherals Firmware Library
|
This file contains all the functions prototypes for the WWDG firmware library. 更多...
#include "mg32f10x.h"函数 | |
| void | WWDG_DeInit (void) |
| Deinitializes the WWDG peripheral registers to their default reset values. 更多... | |
| void | WWDG_SetPrescaler (uint32_t WWDG_Prescaler) |
| Sets the WWDG Prescaler. 更多... | |
| void | WWDG_SetWindowValue (uint8_t WindowValue) |
| Sets the WWDG window value. 更多... | |
| void | WWDG_EnableIT (void) |
| Enables the WWDG Early Wakeup interrupt(EWI). 更多... | |
| void | WWDG_SetCounter (uint8_t Counter) |
| Sets the WWDG counter value. 更多... | |
| void | WWDG_Enable (uint8_t Counter) |
| Enables WWDG and load the counter value. 更多... | |
| FlagStatus | WWDG_GetFlagStatus (void) |
| Checks whether the Early Wakeup interrupt flag is set or not. 更多... | |
| void | WWDG_ClearFlag (void) |
| Clears Early Wakeup interrupt flag. 更多... | |
This file contains all the functions prototypes for the WWDG firmware library.