|
rusEFI
The most advanced open source ECU
|
Functions | |
| static bool | isValidCan1RxPin (brain_pin_e pin) |
| static bool | isValidCan1TxPin (brain_pin_e pin) |
| static bool | isValidCan2RxPin (brain_pin_e pin) |
| static bool | isValidCan2TxPin (brain_pin_e pin) |
| bool | isValidCanTxPin (brain_pin_e pin) |
| bool | isValidCanRxPin (brain_pin_e pin) |
| CANDriver * | detectCanDevice (brain_pin_e pinRx, brain_pin_e pinTx) |
| const CANConfig * | findCanConfig (can_baudrate_e rate) |
| void | canHwInfo (CANDriver *cand) |
Variables | |
| static const CANConfig | canConfig50 |
| static const CANConfig | canConfig83 |
| static const CANConfig | canConfig100 |
| static const CANConfig | canConfig125 |
| static const CANConfig | canConfig250 |
| static const CANConfig | canConfig500 |
| static const CANConfig | canConfig1000 |
| void canHwInfo | ( | CANDriver * | cand | ) |
Definition at line 129 of file at32_can.cpp.
Referenced by canInfo().

| CANDriver * detectCanDevice | ( | brain_pin_e | pinRx, |
| brain_pin_e | pinTx | ||
| ) |
Definition at line 93 of file at32_can.cpp.
Referenced by canInfo(), and initCan().


| const CANConfig * findCanConfig | ( | can_baudrate_e | rate | ) |
Definition at line 109 of file at32_can.cpp.
|
static |
Definition at line 69 of file at32_can.cpp.
Referenced by detectCanDevice(), and isValidCanRxPin().

|
static |
|
static |
Definition at line 77 of file at32_can.cpp.
Referenced by detectCanDevice(), and isValidCanRxPin().

|
static |
Definition at line 81 of file at32_can.cpp.
Referenced by detectCanDevice(), and isValidCanTxPin().

| bool isValidCanRxPin | ( | brain_pin_e | pin | ) |
Definition at line 89 of file at32_can.cpp.
Referenced by startCanPins().


| bool isValidCanTxPin | ( | brain_pin_e | pin | ) |
Definition at line 85 of file at32_can.cpp.
Referenced by startCanPins().


|
static |
Definition at line 44 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 64 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 49 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 54 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 34 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 59 of file at32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 39 of file at32_can.cpp.
Referenced by findCanConfig().