Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
SystemPeripherals_IWDG.h File Reference

Go to the source code of this file.

Classes

struct  IWDG_InitStruct
 IWDG init struct definition. More...
 

Enumerations

enum  IWDG_Prescaler {
  IWDG_Prescaler_4 = ((uint32_t)0x00000000) , IWDG_Prescaler_8 = ((uint32_t)0x00000001) , IWDG_Prescaler_16 = ((uint32_t)0x00000002) , IWDG_Prescaler_32 = ((uint32_t)0x00000003) ,
  IWDG_Prescaler_64 = ((uint32_t)0x00000004) , IWDG_Prescaler_128 = ((uint32_t)0x00000005) , IWDG_Prescaler_256 = ((uint32_t)0x00000006)
}
 Independent watchdog (IWDG) More...
 

Functions

void IWDG_ConfigureAndStart (IWDG_InitStruct const *const pIwdgInitStruct)
 IWDG init struct definition.
 
void IWDG_Reset ()
 Resets the Watchdog timer.
 

Enumeration Type Documentation

◆ IWDG_Prescaler

Independent watchdog (IWDG)

Reference: ST_CortexM0_STM32F030_TRM_Rev4.pdf Chapter 19 Enumeration for the available Prescaler factors

Enumerator
IWDG_Prescaler_4 
IWDG_Prescaler_8 
IWDG_Prescaler_16 
IWDG_Prescaler_32 
IWDG_Prescaler_64 
IWDG_Prescaler_128 
IWDG_Prescaler_256 

Definition at line 24 of file SystemPeripherals_IWDG.h.

Function Documentation

◆ IWDG_ConfigureAndStart()

void IWDG_ConfigureAndStart ( IWDG_InitStruct const *const  pIwdgInitStruct)

IWDG init struct definition.

Parameters
pIwdgInitStructthe initial structure

◆ IWDG_Reset()

void IWDG_Reset ( )

Resets the Watchdog timer.

Must be called by software at regular intervals, otherwise the watchdog generates a reset.