Freescale Semiconductor Inc.
Main Page | Data Structures | File List | Data Fields | Globals

fuel_states_t Struct Reference

#include <etpu_fuel.h>


Detailed Description

A structure to represent states of FUEL.

Definition at line 104 of file etpu_fuel.h.

Data Fields

uint8_t error
uint24_t injection_time_applied
int24_t injection_start_angle


Field Documentation

uint8_t fuel_states_t::error
 

This is the error status of FUEL. It may include the following error flags:

Definition at line 106 of file etpu_fuel.h.

Referenced by fs_etpu_fuel_get_states().

int24_t fuel_states_t::injection_start_angle
 

This is the last injection tdc_angle-relative start angle as a number of TCR2 ticks.

Definition at line 115 of file etpu_fuel.h.

Referenced by fs_etpu_fuel_get_states().

uint24_t fuel_states_t::injection_time_applied
 

This is the applied injection time of the last injection. The value corresponds to commanded injection_time, but it may slightly differ in case of rapid acceleration or late call of fs_etpu_fuel_update_injection_time().

Definition at line 111 of file etpu_fuel.h.

Referenced by fs_etpu_fuel_get_states().


The documentation for this struct was generated from the following file: