rusefi/firmware/controllers/actuators/vvt_generated.h

29 lines
800 B
C
Raw Normal View History

2024-01-03 12:32:11 -08:00
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Wed Jan 03 20:30:10 UTC 2024
2023-07-03 09:39:36 -07:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of vvt_s
struct vvt_s {
/**
2024-01-03 12:32:11 -08:00
* units: deg
2023-07-03 09:39:36 -07:00
* offset 0
*/
2023-07-03 10:41:15 -07:00
scaled_channel<uint16_t, 10, 1> vvtTarget = (uint16_t)0;
/**
2024-01-03 12:32:11 -08:00
* units: %
2023-07-03 10:41:15 -07:00
* offset 2
*/
scaled_channel<uint8_t, 2, 1> vvtOutput = (uint8_t)0;
/**
* need 4 byte alignment
2024-01-03 12:32:11 -08:00
* units: units
2023-07-03 10:41:15 -07:00
* offset 3
*/
uint8_t alignmentFill_at_3[1];
2023-07-03 09:39:36 -07:00
};
static_assert(sizeof(vvt_s) == 4);
// end
2024-01-03 12:32:11 -08:00
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Wed Jan 03 20:30:10 UTC 2024