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

single_spark_config_t Struct Reference

#include <etpu_spark.h>


Detailed Description

A structure to represent a single spark configuration.

Definition at line 89 of file etpu_spark.h.

Data Fields

int24_t end_angle
uint24_t dwell_time
uint8_t multi_pulse_count


Field Documentation

uint24_t single_spark_config_t::dwell_time
 

The spark dwell time as a number of TCR1 ticks.

Definition at line 96 of file etpu_spark.h.

Referenced by fs_etpu_spark_config(), and fs_etpu_spark_init().

int24_t single_spark_config_t::end_angle
 

The tdc_angle-relative stark main pulse end angle as a number of TCR2 ticks. Positive values precede the TDC, negative go after. The spark start angle is calculated, based on the currecnt engine speed, so that the spark main pulse ends at the end_angle.

Definition at line 91 of file etpu_spark.h.

Referenced by fs_etpu_spark_config(), and fs_etpu_spark_init().

uint8_t single_spark_config_t::multi_pulse_count
 

The count of multi-pulses following the main spark pulse.

Definition at line 97 of file etpu_spark.h.

Referenced by fs_etpu_spark_config(), and fs_etpu_spark_init().


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