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

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

#include "wb32l003.h"

浏览源代码.

宏定义

#define WWDG_PRESCALER_MIN   ((uint32_t)0x00000000U)
 
#define WWDG_PRESCALER_MAX   ((uint32_t)0x000FFFFFU)
 
#define WWDG_WINDOW_MIN   ((uint8_t)0x00000010U)
 
#define WWDG_WINDOW_MAX   ((uint8_t)0x000000FFU)
 
#define WWDG_RELOAD_MIN   ((uint8_t)0x00000020U)
 
#define WWDG_RELOAD_MAX   ((uint8_t)0x000000FFU)
 
#define IS_WWDG_PRESCALER_VALUE(VALUE)   ((VALUE) <= WWDG_PRESCALER_MAX)
 
#define IS_WWDG_WINDOW_VALUE(VALUE)
 
#define IS_WWDG_RELOAD_VALUE(VALUE)
 

函数

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_IT_Cmd (FunctionalState NewState)
 Enables or disable the WWDG's interrupt. 更多...
 
void WWDG_SetCounter (uint8_t Counter)
 Sets the WWDG counter value. 更多...
 
void WWDG_Cmd (FunctionalState NewState)
 Enables or disables the WWDG peripheral. 更多...
 
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.

作者
Westberry Application Team
版本
V0.0.4
日期
23-April-2023