rusEFI
The most advanced open source ECU
|
Functions | |
uint32_t | getFourBytesLsb (const CANRxFrame &frame, int offset) |
uint16_t | getTwoBytesLsb (const CANRxFrame &frame, int offset) |
uint16_t | getTwoBytesMsb (const CANRxFrame &frame, int offset) |
uint32_t getFourBytesLsb | ( | const CANRxFrame & | frame, |
int | offset | ||
) |
Definition at line 119 of file can_rx.cpp.
Referenced by processCanRequestCalibration().
uint16_t getTwoBytesLsb | ( | const CANRxFrame & | frame, |
int | offset | ||
) |
Definition at line 126 of file can_rx.cpp.
Referenced by getShiftedLSB_intel(), processBMW_e46(), processBMW_e90(), and processCanUserControl().
uint16_t getTwoBytesMsb | ( | const CANRxFrame & | frame, |
int | offset | ||
) |
Definition at line 130 of file can_rx.cpp.
Referenced by processNissan(), and processNissanSecondVss().