FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
driver_wdt.c File Reference

Implements APIs for the WDT (Watchdog Timer) driver. More...

#include <stdint.h>
#include <driver_ccp_asm.h>
#include <driver_wdt.h>
#include <xc.h>

Go to the source code of this file.

Functions

void WDT_WriteControlA (uint8_t value)
 Overwrites the CTRLA register value.
uint8_t WDT_ReadStatus (void)
 Reads the STATUS register value.
uint16_t WDT_ReadCounter (void)
 Reads the CNT register value.

Detailed Description

Implements APIs for the WDT (Watchdog Timer) driver.

Definition in file driver_wdt.c.