|
rusEFI
The most advanced open source ECU
|
Definition in file rusefi_types.h.
Data Structures | |
| struct | efidatetime_t |
Typedefs | |
| using | efitimems_t = uint32_t |
| using | efidur_t = efitick_t |
| using | angle_t = float |
| using | engineSyncCam_e = uint8_t |
| using | mass_t = float |
| using | temperature_t = float |
| using | floatms_t = float |
| using | floatus_t = float |
| using | percent_t = float |
| using | lua_script_t = char[LUA_SCRIPT_SIZE] |
| using | warning_message_t = char[WARNING_BUFFER_SIZE] |
| using | vehicle_info_t = char[VEHICLE_INFO_SIZE] |
| using | vin_number_t = char[VIN_NUMBER_SIZE] |
| using | gppwm_note_t = char[GPPWM_NOTE_SIZE] |
| using | brain_pin_e = Gpio |
| using | egt_cs_array_t = brain_pin_e[EGT_CHANNEL_COUNT] |
| using | pwm_freq_t = int16_t |
| using | tps_limit_t = int16_t |
| using | script_setting_t = float |
| using | brain_input_pin_e = brain_pin_e |
| using | switch_input_pin_e = brain_pin_e |
| using | sent_input_pin_e = brain_pin_e |
| using | output_pin_e = brain_pin_e |
Definition at line 55 of file rusefi_types.h.
| using brain_input_pin_e = brain_pin_e |
Definition at line 94 of file rusefi_types.h.
| using brain_pin_e = Gpio |
Definition at line 82 of file rusefi_types.h.
| using efidur_t = efitick_t |
Definition at line 42 of file rusefi_types.h.
| using efitimems_t = uint32_t |
integer time in milliseconds (1/1_000 of a second) 32 bit 4B / 1000 = 4M seconds = 1111.11 hours = 23(or46?) days. Please restart your ECU every 23(or46?) days? :) See issue https://github.com/rusefi/rusefi/issues/4554 tag#4554 See getTimeNowUs()
Definition at line 40 of file rusefi_types.h.
| using egt_cs_array_t = brain_pin_e[EGT_CHANNEL_COUNT] |
Definition at line 84 of file rusefi_types.h.
| using engineSyncCam_e = uint8_t |
Definition at line 57 of file rusefi_types.h.
Definition at line 64 of file rusefi_types.h.
Definition at line 65 of file rusefi_types.h.
| using gppwm_note_t = char[GPPWM_NOTE_SIZE] |
Definition at line 80 of file rusefi_types.h.
| using lua_script_t = char[LUA_SCRIPT_SIZE] |
Definition at line 72 of file rusefi_types.h.
Definition at line 60 of file rusefi_types.h.
| using output_pin_e = brain_pin_e |
Definition at line 97 of file rusefi_types.h.
numeric value from 0 to 100
Definition at line 70 of file rusefi_types.h.
| using pwm_freq_t = int16_t |
Definition at line 86 of file rusefi_types.h.
| using script_setting_t = float |
Definition at line 92 of file rusefi_types.h.
| using sent_input_pin_e = brain_pin_e |
Definition at line 96 of file rusefi_types.h.
| using switch_input_pin_e = brain_pin_e |
Definition at line 95 of file rusefi_types.h.
| using temperature_t = float |
Definition at line 63 of file rusefi_types.h.
| using tps_limit_t = int16_t |
Definition at line 90 of file rusefi_types.h.
| using vehicle_info_t = char[VEHICLE_INFO_SIZE] |
Definition at line 76 of file rusefi_types.h.
| using vin_number_t = char[VIN_NUMBER_SIZE] |
Definition at line 78 of file rusefi_types.h.
| using warning_message_t = char[WARNING_BUFFER_SIZE] |
Definition at line 74 of file rusefi_types.h.