no-OS
|
Self-tests interface file. More...
#include "state_machine.h"
Go to the source code of this file.
Functions | |
int | self_test_startup (struct stout *stout, struct rms_adc_values *rms_adc_values) |
Startup test. More... | |
int | self_test_relay_stuck (struct stout *stout) |
Relay test. More... | |
int | self_test_rcd (struct stout *stout) |
Startup test for RCD. More... | |
int | self_test_rcd_running (struct stout *stout, uint16_t step, enum state_machine_events_e *event) |
Running test for RCD. More... | |
int | self_test_supply (struct stout *stout, struct rms_adc_values *rms_adc_values) |
Startup test for power supply. More... | |
int | self_test_relay_closed (struct stout *stout, int32_t v2) |
Running test for relay. More... | |
int | self_test_pe_upstream (struct stout *stout) |
Self-tests interface file.
Copyright (c) 2023 Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int self_test_pe_upstream | ( | struct stout * | stout | ) |
Startup test for upstream PE detection
int self_test_rcd | ( | struct stout * | stout | ) |
Startup test for RCD.
Startup test for RCD
stout | - state machine descriptor |
int self_test_rcd_running | ( | struct stout * | stout, |
uint16_t | step, | ||
enum state_machine_events_e * | event | ||
) |
Running test for RCD.
Running test for RCD
stout | - state machine descriptor |
step | - zero crossing count (used for counting 20ms periods for time tracking) |
event | - test trigger and test complete indicator |
int self_test_relay_closed | ( | struct stout * | stout, |
int32_t | v2 | ||
) |
Running test for relay.
Running test for relay
stout | - state machine descriptor |
v2 | - value |
int self_test_relay_stuck | ( | struct stout * | stout | ) |
Relay test.
Relay test
stout | - state machine descriptor |
int self_test_startup | ( | struct stout * | stout, |
struct rms_adc_values * | rms_adc_values | ||
) |
Startup test.
Startup test
stout | - state machine descriptor |
rms_adc_values | - structure holding the measurements values |
int self_test_supply | ( | struct stout * | stout, |
struct rms_adc_values * | rms_adc_values | ||
) |
Startup test for power supply.
Startup test for power supply
stout | - state machine descriptor |
rms_adc_values | - structure holding the measurements values |