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) |
static bool | isValidCan3RxPin (brain_pin_e pin) |
static bool | isValidCan3TxPin (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 | canConfig33 |
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 291 of file stm32_can.cpp.
CANDriver * detectCanDevice | ( | brain_pin_e | pinRx, |
brain_pin_e | pinTx | ||
) |
Definition at line 249 of file stm32_can.cpp.
const CANConfig * findCanConfig | ( | can_baudrate_e | rate | ) |
Definition at line 269 of file stm32_can.cpp.
Referenced by CanInit().
|
static |
Definition at line 215 of file stm32_can.cpp.
Referenced by detectCanDevice(), and isValidCanRxPin().
|
static |
Definition at line 219 of file stm32_can.cpp.
Referenced by detectCanDevice(), and isValidCanTxPin().
|
static |
Definition at line 223 of file stm32_can.cpp.
Referenced by detectCanDevice(), and isValidCanRxPin().
|
static |
Definition at line 227 of file stm32_can.cpp.
Referenced by detectCanDevice(), and isValidCanTxPin().
|
static |
Definition at line 232 of file stm32_can.cpp.
Referenced by detectCanDevice().
|
static |
Definition at line 236 of file stm32_can.cpp.
Referenced by detectCanDevice().
bool isValidCanRxPin | ( | brain_pin_e | pin | ) |
bool isValidCanTxPin | ( | brain_pin_e | pin | ) |
|
static |
Definition at line 108 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 128 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 113 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 118 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 93 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 98 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 123 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 103 of file stm32_can.cpp.
Referenced by findCanConfig().