rusEFI
The most advanced open source ECU
|
Definition in file can_hw.h.
Functions | |
void | initCan () |
void | setCanType (int type) |
void | setCanVss (int type) |
void | stopCanPins () |
void | startCanPins () |
bool | getIsCanEnabled (void) |
bool getIsCanEnabled | ( | void | ) |
Definition at line 223 of file can_hw.cpp.
void initCan | ( | ) |
Definition at line 166 of file can_hw.cpp.
Referenced by initHardware().
void setCanType | ( | int | type | ) |
Definition at line 109 of file can_hw.cpp.
void setCanVss | ( | int | type | ) |
Definition at line 221 of file can_vss.cpp.
void startCanPins | ( | ) |
Definition at line 122 of file can_hw.cpp.
Referenced by startHardware().
void stopCanPins | ( | ) |
Definition at line 114 of file can_hw.cpp.
Referenced by applyNewHardwareSettings().