![]() |
LibDriver MPU9250
1.0.0
MPU9250 full function driver
|
mpu9250 test driver modules More...
mpu9250 test driver modules
| uint8_t mpu9250_dmp_pedometer_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr, | ||
| uint32_t | times | ||
| ) |
dmp pedometer test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
| [in] | times | is the test times |
Definition at line 79 of file driver_mpu9250_dmp_pedometer_test.c.
| uint8_t mpu9250_dmp_pedometer_test_irq_handler | ( | void | ) |
dmp pedometer test irq
Definition at line 57 of file driver_mpu9250_dmp_pedometer_test.c.
| uint8_t mpu9250_dmp_read_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr, | ||
| uint32_t | times | ||
| ) |
dmp read test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
| [in] | times | is the test times |
Definition at line 79 of file driver_mpu9250_dmp_read_test.c.
| uint8_t mpu9250_dmp_read_test_irq_handler | ( | void | ) |
dmp read test irq
Definition at line 57 of file driver_mpu9250_dmp_read_test.c.
| uint8_t mpu9250_dmp_tap_orient_motion_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr | ||
| ) |
dmp test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
Definition at line 231 of file driver_mpu9250_dmp_tap_orient_motion_test.c.
| uint8_t mpu9250_dmp_tap_orient_motion_test_irq_handler | ( | void | ) |
dmp tap orient motion test irq
Definition at line 58 of file driver_mpu9250_dmp_tap_orient_motion_test.c.
| uint8_t mpu9250_fifo_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr, | ||
| uint32_t | times | ||
| ) |
fifo test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
| [in] | times | is the test times |
Definition at line 77 of file driver_mpu9250_fifo_test.c.
| uint8_t mpu9250_fifo_test_irq_handler | ( | void | ) |
fifo test irq
Definition at line 55 of file driver_mpu9250_fifo_test.c.
| uint8_t mpu9250_read_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr, | ||
| uint32_t | times | ||
| ) |
read test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
| [in] | times | is the test times |
Definition at line 51 of file driver_mpu9250_read_test.c.
| uint8_t mpu9250_register_test | ( | mpu9250_interface_t | interface, |
| mpu9250_address_t | addr | ||
| ) |
register test
| [in] | interface | is the used interface |
| [in] | addr | is the iic device address |
Definition at line 51 of file driver_mpu9250_register_test.c.