|
| static uint32_t | calculate_encoder_pos (motor_controller_h_bridge_t *self, uint8_t pos) |
| |
| void | MotorControllerHBrdidgeMoveToPos (motor_controller_h_bridge_t *self, uint8_t pos, uint8_t start_delay, uint8_t power, uint8_t speed) |
| |
| void | MotorControllerHBrdidgeOpen (motor_controller_h_bridge_t *self, uint32_t speed) |
| |
| void | MotorControllerHBrdidgeClose (motor_controller_h_bridge_t *self, uint32_t speed) |
| |
| void | MotorControllerHBrdidgeStop (motor_controller_h_bridge_t *self, mot_stop_reason_enum reason) |
| |
| void | MotorControllerHBrdidgeUpdateCurrentValue (motor_controller_h_bridge_t *self, int32_t newuA) |
| |
| void | startup_timer_event (soft_timer_class_struct *soft_timer_obj, int instance, motor_controller_h_bridge_t *self) |
| |
| void | timeout_protect_event (soft_timer_class_struct *soft_timer_obj, int instance, motor_controller_h_bridge_t *self) |
| |
| void | brake_timeout_finish_event (soft_timer_class_struct *soft_timer_obj, int instance, motor_controller_h_bridge_t *self) |
| |
| void | MoveFingerStart (motor_controller_h_bridge_t *self) |
| |
| void | start_delay_timer_event (soft_timer_class_struct *soft_timer_obj, int instance, motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBrdidgeCurrentHandlerCalibration (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBrdidgeCurrentHandlerNormal (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBrdidgeCurrentHandler (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBrdidgeEncoderHandler (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBridgeTimerAddStep (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBridgeTick (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBridgeCalibrationStopEvent (motor_controller_h_bridge_t *self, mot_stop_reason_enum reason) |
| |
| void | MotorControllerHBridgeCalibrationFinishCallback (motor_controller_h_bridge_t *self) |
| |
| void | MotorControllerHBridgeCalibrationStart (motor_controller_h_bridge_t *self, MotorSelfFunc_t FinishCallback) |
| |
| bool | MotorControllerHBridgeInit (motor_controller_h_bridge_t *self, motor_controller_base_init_t *init, motor_driver_h_bridge_pwm_t *driver) |
| |