![]() |
LibDriver MPU6050
|
mpu6050 link driver modules More...
Macros | |
| #define | DRIVER_MPU6050_LINK_INIT(HANDLE, STRUCTURE) |
| initialize mpu6050_handle_t structure | |
| #define | DRIVER_MPU6050_LINK_IIC_INIT(HANDLE, FUC) |
| link iic_init function | |
| #define | DRIVER_MPU6050_LINK_IIC_DEINIT(HANDLE, FUC) |
| link iic_deinit function | |
| #define | DRIVER_MPU6050_LINK_IIC_READ(HANDLE, FUC) |
| link iic_read function | |
| #define | DRIVER_MPU6050_LINK_IIC_WRITE(HANDLE, FUC) |
| link iic_write function | |
| #define | DRIVER_MPU6050_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_MPU6050_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_MPU6050_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
mpu6050 link driver modules
| #define DRIVER_MPU6050_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 509 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 501 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) |
link iic_deinit function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to an iic_deinit function address |
Definition at line 477 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) |
link iic_init function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to an iic_init function address |
Definition at line 469 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_IIC_READ | ( | HANDLE, | |
| FUC ) |
link iic_read function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to an iic_read function address |
Definition at line 485 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_IIC_WRITE | ( | HANDLE, | |
| FUC ) |
link iic_write function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to an iic_write function address |
Definition at line 493 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize mpu6050_handle_t structure
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | STRUCTURE | mpu6050_handle_t |
Definition at line 461 of file driver_mpu6050.h.
| #define DRIVER_MPU6050_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to an mpu6050 handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 517 of file driver_mpu6050.h.