2022-08-21 12:23:20 -07:00
|
|
|
#define HW_EVENT_TYPES 6
|
2019-09-03 16:30:51 -07:00
|
|
|
|
2021-11-30 16:31:54 -08:00
|
|
|
struct_no_prefix trigger_central_s
|
2019-09-03 16:30:51 -07:00
|
|
|
|
2022-10-28 07:04:33 -07:00
|
|
|
uint32_t[HW_EVENT_TYPES iterate] hwEventCounters;Hardware events since boot
|
2019-09-03 16:30:51 -07:00
|
|
|
|
2023-03-28 17:12:30 -07:00
|
|
|
uint32_t vvtCamCounter;Sync: total cams front counter
|
2019-09-03 16:30:51 -07:00
|
|
|
|
2024-09-15 10:09:32 -07:00
|
|
|
float mapVvt_MAP_AT_SPECIAL_POINT;InstantMAP at readout angle;"kPa", 1, 0, -300, 300, 1
|
|
|
|
float mapVvt_MAP_AT_DIFF;InstantMAP delta @ readout angles;"kPa", 1, 0, -300, 300, 1
|
|
|
|
int8_t mapVvt_MAP_AT_CYCLE_COUNT;;"distance", 1, 0, -10, 100, 0
|
|
|
|
uint8_t mapVvt_sync_counter;Instant MAP sync counter;"counter", 1, 0, 0, 10000, 0
|
2022-04-23 14:50:20 -07:00
|
|
|
|
2023-03-28 17:35:32 -07:00
|
|
|
float currentEngineDecodedPhase;Sync: Engine Phase;"deg",1, 0, 0, 0, 0, "Sync"
|
2022-08-31 20:31:35 -07:00
|
|
|
|
2023-03-28 17:12:30 -07:00
|
|
|
float triggerToothAngleError;Sync: trigger angle error;"deg", 1, 0, -30, 30, 2
|
2022-09-23 20:49:28 -07:00
|
|
|
|
2023-01-10 13:07:17 -08:00
|
|
|
uint8_t triggerIgnoredToothCount
|
2023-08-09 02:34:37 -07:00
|
|
|
angle_t mapCamPrevToothAngle;Sync: MAP: prev angle;"deg", 1, 0, -3000, 3000, 2
|
|
|
|
bit isDecodingMapCam
|
2023-01-10 13:07:17 -08:00
|
|
|
|
2024-05-07 09:15:55 -07:00
|
|
|
uint32_t triggerElapsedUs
|
|
|
|
|
2019-09-03 16:30:51 -07:00
|
|
|
end_struct
|
|
|
|
|