Interface for Power-fail comparator. More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Enumerations | |
enum | hal_pof_threshold_t { HAL_POF_THRESHOLD_2_1V = 0x00, HAL_POF_THRESHOLD_2_3V = 0x20, HAL_POF_THRESHOLD_2_5V = 0x40, HAL_POF_THRESHOLD_2_7V = 0x60 } |
Functions | |
void | hal_pof_enable (_Bool enable) |
void | hal_pof_set_threshold (hal_pof_threshold_t threshold) |
_Bool | hal_pof_warning (void) |
Interface for Power-fail comparator.
Definition in file hal_pof.h.