rusEFI
The most advanced open source ECU
|
#include <pwm_generator_logic.h>
Data Fields | |
float | periodNt |
int | iteration |
efitick_t | startNt |
int | phaseIndex |
Definition at line 19 of file pwm_generator_logic.h.
int pwm_config_safe_state_s::iteration |
Iteration counter
Definition at line 28 of file pwm_generator_logic.h.
Referenced by PwmConfig::handleCycleStart(), PwmConfig::togglePwmState(), and PwmConfig::weComplexInit().
float pwm_config_safe_state_s::periodNt |
a copy so that all phases are executed on the same period, even if another thread would be adjusting PWM parameters
Definition at line 24 of file pwm_generator_logic.h.
Referenced by PwmConfig::handleCycleStart(), PwmConfig::togglePwmState(), and PwmConfig::weComplexInit().
int pwm_config_safe_state_s::phaseIndex |
Definition at line 33 of file pwm_generator_logic.h.
Referenced by PwmConfig::handleCycleStart(), PwmConfig::togglePwmState(), triggerInfo(), and PwmConfig::weComplexInit().
efitick_t pwm_config_safe_state_s::startNt |
Start time of current iteration
Definition at line 32 of file pwm_generator_logic.h.
Referenced by PwmConfig::handleCycleStart().