|
PER Firmware
|
Powertrain implementation. More...
Go to the source code of this file.
Classes | |
| struct | torque_request_t |
| struct | powertrain_t |
Functions | |
| void | powertrain_init (void) |
| void | powertrain_periodic (void) |
| void | powertrain_set_torque_request (torque_request_t request) |
| bool | is_powertrain_ready (void) |
Variables | |
| powertrain_t | g_powertrain |
| static constexpr uint32_t | POWERTRAIN_PERIOD_MS = 15 |
Powertrain implementation.
| bool is_powertrain_ready | ( | void | ) |
| void powertrain_init | ( | void | ) |
| void powertrain_periodic | ( | void | ) |
| void powertrain_set_torque_request | ( | torque_request_t | request | ) |
|
extern |
|
staticconstexpr |