ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_power_test.h
Go to the documentation of this file.
1
#ifndef RUUVI_INTERFACE_POWER_TEST_H
2
#define RUUVI_INTERFACE_POWER_TEST_H
3
#include "
ruuvi_driver_test.h
"
4
#include "
ruuvi_interface_power.h
"
5
#include <stdbool.h>
27
bool
ri_power_run_integration_test
(
const
rd_test_print_fp
printfp,
28
const
ri_power_regulators_t
regulators);
30
#endif
ri_power_run_integration_test
bool ri_power_run_integration_test(const rd_test_print_fp printfp, const ri_power_regulators_t regulators)
Run all Power integration tests.
rd_test_print_fp
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information
Definition:
ruuvi_driver_test.h:23
ruuvi_driver_test.h
Functions for testing drivers.
ruuvi_interface_power.h
ri_power_regulators_t
Enable implementation selected by application.
Definition:
ruuvi_interface_power.h:30
src
integration_tests
ruuvi_interface_power_test.h
Generated by
1.9.1