MG32F10x Standard Peripherals Firmware Library
宏定义 | 函数
mg32f10x_wwdg.h 文件参考

This file contains all the functions prototypes for the WWDG firmware library. 更多...

#include "mg32f10x.h"

浏览源代码.

宏定义

#define WWDG_Prescaler_1   ((uint32_t)0x00000000)
 
#define WWDG_Prescaler_2   ((uint32_t)0x00000080)
 
#define WWDG_Prescaler_4   ((uint32_t)0x00000100)
 
#define WWDG_Prescaler_8   ((uint32_t)0x00000180)
 
#define IS_WWDG_PRESCALER(PRESCALER)
 
#define IS_WWDG_WINDOW_VALUE(VALUE)   ((VALUE) <= 0x7F)
 
#define IS_WWDG_COUNTER(COUNTER)   (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F))
 

函数

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.

作者
megawin Application Team
版本
V0.1.10
日期
05-January-2023