Structure defining a self-test function. More...
#include <health_server.h>
Data Fields | |
uint8_t | test_id |
Self-test ID. | |
health_server_selftest_cb_t | selftest_function |
Pointer to the self-test function. | |
Structure defining a self-test function.
An array of these structs should be passed to the health server on initialization if self-tests are supported by the device.
Definition at line 92 of file health_server.h.