rusEFI
The most advanced open source ECU
hw_layer
drivers
serial
serial_hw.h
Go to the documentation of this file.
1
/**
2
* @file serial_hw.h
3
* @brief SERIAL bus low level code
4
*
5
* @date Apr 17, 2020
6
* @author Konstantin Smola, (c) 2020
7
*/
8
9
#pragma once
10
11
void
initAuxSerial
(
void
);
12
#if EFI_AUX_SERIAL
13
void
stopAuxSerialPins
();
14
void
startAuxSerialPins
();
15
void
enableAuxSerial
();
16
#endif
//EFI_AUX_SERIAL
enableAuxSerial
void enableAuxSerial()
Definition:
serial_hw.cpp:35
initAuxSerial
void initAuxSerial(void)
Definition:
serial_hw.cpp:56
stopAuxSerialPins
void stopAuxSerialPins()
Definition:
serial_hw.cpp:42
startAuxSerialPins
void startAuxSerialPins()
Definition:
serial_hw.cpp:47
Generated on Fri Sep 20 2024 00:07:31 for rusEFI by
1.9.1