PAN1080 Peripheral API
|
Panchip series wwdt driver header file. More...
Go to the source code of this file.
Macros | |
#define | WWDT_RELOAD_WORD |
Typedefs | |
typedef enum _WWDT_Prescale | WWDT_PrescaleDef |
Functions | |
__STATIC_INLINE void | WWDT_ClearResetFlag (void) |
This function clear WWDT time-out reset system flag. More... | |
__STATIC_INLINE void | WWDT_ClearIntFlag (void) |
This function clear WWDT compare match interrupt flag. More... | |
__STATIC_INLINE void | WWDT_ClearWWDTFFlag (void) |
This function clear WWDT compare match event flag. More... | |
__STATIC_INLINE bool | WWDT_GetResetFlag (void) |
This function is use to get WWDT time-out reset system flag. More... | |
__STATIC_INLINE bool | WWDT_GetIntFlag (void) |
This function is used to indicate WWDT compare match interrupt flag. More... | |
__STATIC_INLINE bool | WWDT_GetWWDTFFlag (void) |
This function is used to indicate WWDT compare match event flag. More... | |
__STATIC_INLINE uint32_t | WWDT_GetCounter (void) |
This function to reflects current WWDT counter value. More... | |
__STATIC_INLINE uint32_t | WWDT_GetCompareValue (void) |
This function reflects current WWDT compare value (CMPDAT) More... | |
__STATIC_INLINE void | WWDT_ReloadCounter (void) |
This function is used to reload the WWDT counter value to 0x3F. More... | |
void | WWDT_Open (WWDT_PrescaleDef preScale, uint32_t u32CmpValue, uint32_t u32EnableInt) |
This function make WWDT module start counting with different counter period and compared window value. More... | |
void | WWDT_Close (void) |
This function stops WWDT counting. More... | |
Panchip series wwdt driver header file.