|
openMMC
Open Source Modular MMC for AMCs
|
Definitions of Watchdog driver implementation for LPC17xx. More...
#include "wwdt_17xx_40xx.h"

Go to the source code of this file.
Macros | |
| #define | LPC17_WATCHDOG_H_ |
| #define | wdt_init() |
| Initialize the Watchdog timer. | |
| #define | wdt_start() |
| Start the Watchdog timer. | |
| #define | wdt_config() |
| Config the Watchdog timer to reset upon count end. | |
| #define | wdt_set_timeout(timeout) |
| Set Watchdog Timer max count. | |
| #define | wdt_feed() |
| Reload the watchdog counter. | |
Definitions of Watchdog driver implementation for LPC17xx.
| #define LPC17_WATCHDOG_H_ |
| #define wdt_config | ( | ) |
Config the Watchdog timer to reset upon count end.
| #define wdt_feed | ( | ) |
Reload the watchdog counter.
| #define wdt_init | ( | ) |
Initialize the Watchdog timer.
| #define wdt_set_timeout | ( | timeout | ) |
Set Watchdog Timer max count.
Select the max count for the timer, when this count reaches 0, the chip is reseted
| [in] | timeout | Max count for Watchdog timer |
| #define wdt_start | ( | ) |
Start the Watchdog timer.