rusEFI
The most advanced open source ECU
|
Functions | |
void | initSent () |
void | SENT_ISR_Handler (uint8_t channels, uint16_t clocks, uint8_t flags) |
void | startSent () |
void | stopSent () |
float | getSentValue (SentInput input) |
int | getSentValues (SentInput input, uint16_t *sig0, uint16_t *sig1) |
Definition at line 135 of file sent.cpp.
Referenced by configureRusefiLuaHooks(), and sentTpsDecode().
int getSentValues | ( | SentInput | input, |
uint16_t * | sig0, | ||
uint16_t * | sig1 | ||
) |
Definition at line 153 of file sent.cpp.
Referenced by configureRusefiLuaHooks(), and sentPressureDecode().
void initSent | ( | ) |
Definition at line 167 of file sent.cpp.
Referenced by initHardware().
void SENT_ISR_Handler | ( | uint8_t | channels, |
uint16_t | clocks, | ||
uint8_t | flags | ||
) |
Definition at line 73 of file sent.cpp.
Referenced by icuperiodcb().
void startSent | ( | ) |
Definition at line 95 of file sent_hw_icu.cpp.
Referenced by applyNewHardwareSettings(), and initSent().
void stopSent | ( | ) |
Definition at line 122 of file sent_hw_icu.cpp.
Referenced by applyNewHardwareSettings().