|
CTS-SAT-1-OBC-Firmware
|
#include "stm32/stm32_watchdog.h"#include "log/log.h"#include "timekeeping/timekeeping.h"#include "main.h"
Functions | |
| void | STM32_pet_watchdog () |
| Pet the STM32 Independent Watchdog (IWDG). | |
Variables | |
| IWDG_HandleTypeDef | hiwdg |
| volatile uint32_t | STM32_watchdog_uptime_last_pet_ms = 0 |
| Uptime at the last time the watchdog was petted, in milliseconds. | |
| volatile uint32_t | STM32_watchdog_total_pets_since_boot = 0 |
| Total number of times the STM32 watchdog has been petted since boot. | |
| void STM32_pet_watchdog | ( | ) |
Pet the STM32 Independent Watchdog (IWDG).


|
extern |
| volatile uint32_t STM32_watchdog_total_pets_since_boot = 0 |
Total number of times the STM32 watchdog has been petted since boot.
| volatile uint32_t STM32_watchdog_uptime_last_pet_ms = 0 |
Uptime at the last time the watchdog was petted, in milliseconds.