FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_wdt.h
Go to the documentation of this file.
1
28
29
#ifndef DRIVER_WDT_H
30
#define DRIVER_WDT_H
31
32
// Standard Library Includes
33
#include <stdint.h>
34
40
void
WDT_WriteControlA
(uint8_t value);
41
47
uint8_t
WDT_ReadStatus
(
void
);
48
54
uint16_t
WDT_ReadCounter
(
void
);
55
56
#endif
// DRIVER_WDT_H
WDT_ReadStatus
uint8_t WDT_ReadStatus(void)
Reads the STATUS register value.
Definition
driver_wdt.c:38
WDT_ReadCounter
uint16_t WDT_ReadCounter(void)
Reads the CNT register value.
Definition
driver_wdt.c:43
WDT_WriteControlA
void WDT_WriteControlA(uint8_t value)
Overwrites the CTRLA register value.
Definition
driver_wdt.c:33
safety_framework
src
drivers
driver_wdt.h
Generated by
1.15.0