rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hw_layer
drivers
can
can_hw.h
Go to the documentation of this file.
1
/**
2
* @file can_hw.h
3
*
4
* @date Dec 11, 2013
5
* @author Andrey Belomutskiy, (c) 2012-2020
6
*/
7
8
#pragma once
9
10
#include "efifeatures.h"
11
12
void
initCan
();
13
void
setCanType
(
int
type);
14
void
setCanVss
(
int
type);
15
16
#if EFI_CAN_SUPPORT
17
18
void
stopCanPins
();
19
void
startCanPins
();
20
bool
getIsCanEnabled
(
void
);
21
22
#endif
/* EFI_CAN_SUPPORT */
stopCanPins
void stopCanPins()
Definition
can_hw.cpp:114
getIsCanEnabled
bool getIsCanEnabled(void)
Definition
can_hw.cpp:223
initCan
void initCan()
Definition
can_hw.cpp:166
setCanVss
void setCanVss(int type)
Definition
can_vss.cpp:221
startCanPins
void startCanPins()
Definition
can_hw.cpp:122
setCanType
void setCanType(int type)
Definition
can_hw.cpp:109
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8