rusEFI
The most advanced open source ECU
|
Data Structures | |
class | PinRepository |
Functions | |
void | brain_pin_markUnused (Gpio brainPin) |
int | brainPin_to_index (Gpio brainPin) |
void brain_pin_markUnused | ( | brain_pin_e | brainPin | ) |
See also efiSetPadUnused
See also brain_pin_markUsed()
Definition at line 83 of file pin_repository.cpp.
Referenced by deInitAuxDigital(), efiExtiDisablePin(), efiSetPadUnused(), setEepromTestConfiguration(), and stopSwitchPins().
int brainPin_to_index | ( | Gpio | brainPin | ) |
Definition at line 36 of file pin_repository.cpp.
Referenced by brain_pin_markUnused(), brain_pin_markUsed(), getPinFunction(), and setPin().