summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/geq_status.h
blob: 2d749fc9085cf406abe0ae44913f78670f7c0511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (C) 2019, Raspberry Pi Ltd
 *
 * geq_status.h - GEQ (green equalisation) control algorithm status
 */
#pragma once

/* The "GEQ" algorithm calculates the green equalisation thresholds */

struct GeqStatus {
	uint16_t offset;
	double slope;
};