|
PER Firmware
|
Modernized AMK driver. More...
#include "can_library/generated/MCAN.h"#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | AMK_config_t |
| struct | AMK_t |
Functions | |
| void | AMK_init (AMK_t *amk, const AMK_config_t *config) |
| void | AMK_reset (AMK_t *amk) |
| void | AMK_set_torque (AMK_t *amk, int16_t torque_percent) |
| void | AMK_periodic (AMK_t *amk, bool is_precharge_complete) |
Modernized AMK driver.
| void AMK_init | ( | AMK_t * | amk, |
| const AMK_config_t * | config ) |
| void AMK_periodic | ( | AMK_t * | amk, |
| bool | is_precharge_complete ) |
| void AMK_reset | ( | AMK_t * | amk | ) |
| void AMK_set_torque | ( | AMK_t * | amk, |
| int16_t | torque_percent ) |