|
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) |
| static | __attribute__ ((unused)) bool isValidCan3RxPin(brain_pin_e) |
| 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 |
|
static |
Definition at line 253 of file stm32_can.cpp.
| void canHwInfo | ( | CANDriver * | cand | ) |
Definition at line 314 of file stm32_can.cpp.

| CANDriver * detectCanDevice | ( | brain_pin_e | pinRx, |
| brain_pin_e | pinTx | ||
| ) |
Definition at line 272 of file stm32_can.cpp.

| const CANConfig * findCanConfig | ( | can_baudrate_e | rate | ) |
Definition at line 292 of file stm32_can.cpp.
Referenced by CanInit().

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

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

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

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

|
static |
Definition at line 235 of file stm32_can.cpp.
Referenced by detectCanDevice().

|
static |
Definition at line 239 of file stm32_can.cpp.
Referenced by detectCanDevice().

| bool isValidCanRxPin | ( | brain_pin_e | pin | ) |
| bool isValidCanTxPin | ( | brain_pin_e | pin | ) |
Definition at line 262 of file stm32_can.cpp.

|
static |
Definition at line 110 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 130 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 115 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 120 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 95 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 100 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 125 of file stm32_can.cpp.
Referenced by findCanConfig().
|
static |
Definition at line 105 of file stm32_can.cpp.
Referenced by findCanConfig().