![]() |
NHS31xx SW API
|
The application can adapt the battery impedance check module to fit its use case through the use of diversity flags in the form of defines below. Safe defaults are chosen; to override the default settings, place the defines with their desired values in the application app_sel.h header file: the compiler will pick up your defines before parsing this file.
These flags may be overridden:
Macros | |
#define | BATIMP_WAIT_TIME 10 |
#define | BATIMP_USE_PIO3 0 |
#define | BATIMP_USE_PIO7 0 |
#define | BATIMP_USE_PIO10 1 |
#define | BATIMP_USE_PIO11 1 |
#define BATIMP_WAIT_TIME 10 |
Time in milliseconds to wait each time after changing the current DAC quiescent, before checking the BOD. Determines the maximum time it takes for BatImp_Check to complete.
BATIMP_WAIT_TIME
BATIMP_WAIT_TIME
BATIMP_WAIT_TIME
BATIMP_WAIT_TIME
#define BATIMP_USE_PIO3 0 |
Enabling more pins for use in the battery impedance check module allows for a more complete check.
#define BATIMP_USE_PIO7 0 |
Enabling more pins for use in the battery impedance check module allows for a more complete check.
#define BATIMP_USE_PIO10 1 |
Enabling more pins for use in the battery impedance check module allows for a more complete check.
#define BATIMP_USE_PIO11 1 |
Enabling more pins for use in the battery impedance check module allows for a more complete check.