Imt.Base C++ API
V4.1.1.0
Loading...
Searching...
No Matches
SystemPeripherals_IWDG.h
Go to the documentation of this file.
1
// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3
#ifndef SYSTEMPERIPHERALS_IWDG_H
4
#define SYSTEMPERIPHERALS_IWDG_H
5
6
#include <
Imt.Base.Core.Platform/Platform.h
>
7
8
#include "
SystemMemoryMap.h
"
9
10
// Determine if a C++ compiler is being used. If so, ensure that standard C is used to process the API information.
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
// __cplusplus
14
24
typedef
enum
{
25
IWDG_Prescaler_4
= ((
uint32_t
)0x00000000),
26
IWDG_Prescaler_8
= ((
uint32_t
)0x00000001),
27
IWDG_Prescaler_16
= ((
uint32_t
)0x00000002),
28
IWDG_Prescaler_32
= ((
uint32_t
)0x00000003),
29
IWDG_Prescaler_64
= ((
uint32_t
)0x00000004),
30
IWDG_Prescaler_128
= ((
uint32_t
)0x00000005),
31
IWDG_Prescaler_256
= ((
uint32_t
)0x00000006)
32
}
IWDG_Prescaler
;
33
37
typedef
struct
{
38
// Specifies the prescaler divider value
39
IWDG_Prescaler
prescaler
;
40
// Specifies the Watchdog counter reload value, max: 0x0000 0FFF
41
uint32_t
reloadValue
;
42
}
IWDG_InitStruct
;
43
48
void
IWDG_ConfigureAndStart
(
IWDG_InitStruct
const
*
const
pIwdgInitStruct);
49
54
void
IWDG_Reset
();
55
56
#ifdef __cplusplus
57
}
58
#endif
// __cplusplus
59
60
#endif
// SYSTEMPERIPHERALS_IWDG_H
SystemMemoryMap.h
Platform.h
IWDG_Reset
void IWDG_Reset()
Resets the Watchdog timer.
IWDG_ConfigureAndStart
void IWDG_ConfigureAndStart(IWDG_InitStruct const *const pIwdgInitStruct)
IWDG init struct definition.
IWDG_Prescaler
IWDG_Prescaler
Independent watchdog (IWDG)
Definition
SystemPeripherals_IWDG.h:24
IWDG_Prescaler_256
@ IWDG_Prescaler_256
Definition
SystemPeripherals_IWDG.h:31
IWDG_Prescaler_32
@ IWDG_Prescaler_32
Definition
SystemPeripherals_IWDG.h:28
IWDG_Prescaler_128
@ IWDG_Prescaler_128
Definition
SystemPeripherals_IWDG.h:30
IWDG_Prescaler_16
@ IWDG_Prescaler_16
Definition
SystemPeripherals_IWDG.h:27
IWDG_Prescaler_64
@ IWDG_Prescaler_64
Definition
SystemPeripherals_IWDG.h:29
IWDG_Prescaler_8
@ IWDG_Prescaler_8
Definition
SystemPeripherals_IWDG.h:26
IWDG_Prescaler_4
@ IWDG_Prescaler_4
Definition
SystemPeripherals_IWDG.h:25
uint32_t
unsigned __int32 uint32_t
Definition
stdint.h:64
IWDG_InitStruct
IWDG init struct definition.
Definition
SystemPeripherals_IWDG.h:37
IWDG_InitStruct::prescaler
IWDG_Prescaler prescaler
Definition
SystemPeripherals_IWDG.h:39
IWDG_InitStruct::reloadValue
uint32_t reloadValue
Definition
SystemPeripherals_IWDG.h:41
Imt.Base
Imt.Base.HAL.STM32F030
SystemPeripherals_IWDG.h
Generated by
1.9.7