Contiki-NG
Loading...
Searching...
No Matches
watchdog-arch-stub.c File Reference

Watchdog stub for nRF54L15 (no-op until the real driver lands). More...

#include "dev/watchdog.h"

Go to the source code of this file.

Functions

void watchdog_init (void)
 Initialisation function for the WDT.
 
void watchdog_start (void)
 Starts the WDT in watchdog mode if enabled by user configuration, maximum interval.
 
void watchdog_periodic (void)
 Writes the WDT clear sequence.
 
void watchdog_stop (void)
 Stops the WDT such that it won't timeout and cause MCU reset.
 
void watchdog_reboot (void)
 Keeps control until the WDT throws a reset signal.
 

Detailed Description

Watchdog stub for nRF54L15 (no-op until the real driver lands).

Author
Joakim Eriksson joaki.nosp@m.m.er.nosp@m.iksso.nosp@m.n@ri.nosp@m..se

Definition in file watchdog-arch-stub.c.