summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/geq_status.h
blob: cb107a48c26e51d6ea807f2eb863a60d1b70b3a1 (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 (green equalisation) control algorithm status
 */
#pragma once

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

struct GeqStatus {
	uint16_t offset;
	double slope;
};