|
main_ubi_sdk v 0.1.3
This is UBI4 documentation
|
#include "stdint.h"

Go to the source code of this file.
Data Structures | |
| struct | motor_driver_base_init_t |
| struct | motor_driver_base_t |
Typedefs | |
| typedef void(* | DriverSelfFunc_t) (void *self) |
| typedef void(* | DriverSelfFuncWithParam_t) (void *self, uint8_t param) |
Functions | |
| void | MotorDriverBaseInit (motor_driver_base_t *self, motor_driver_base_init_t *init) |
| typedef void(* DriverSelfFunc_t) (void *self) |
| typedef void(* DriverSelfFuncWithParam_t) (void *self, uint8_t param) |
| void MotorDriverBaseInit | ( | motor_driver_base_t * | self, |
| motor_driver_base_init_t * | init ) |

