LibDriver MPU6050
Loading...
Searching...
No Matches
mpu6050 test driver function

mpu6050 test driver modules More...

Collaboration diagram for mpu6050 test driver function:

Functions

uint8_t mpu6050_dmp_pedometer_test_irq_handler (void)
 dmp pedometer test irq
uint8_t mpu6050_dmp_pedometer_test (mpu6050_address_t addr, uint32_t times)
 dmp pedometer test
uint8_t mpu6050_dmp_read_test_irq_handler (void)
 dmp read test irq
uint8_t mpu6050_dmp_read_test (mpu6050_address_t addr, uint32_t times)
 dmp read test
uint8_t mpu6050_dmp_tap_orient_motion_test_irq_handler (void)
 dmp tap orient motion test irq
uint8_t mpu6050_dmp_tap_orient_motion_test (mpu6050_address_t addr)
 dmp test
uint8_t mpu6050_fifo_test_irq_handler (void)
 fifo test irq
uint8_t mpu6050_fifo_test (mpu6050_address_t addr, uint32_t times)
 fifo test
uint8_t mpu6050_read_test (mpu6050_address_t addr, uint32_t times)
 read test
uint8_t mpu6050_register_test (mpu6050_address_t addr)
 register test

Detailed Description

mpu6050 test driver modules

Function Documentation

◆ mpu6050_dmp_pedometer_test()

uint8_t mpu6050_dmp_pedometer_test ( mpu6050_address_t addr,
uint32_t times )

dmp pedometer test

Parameters
[in]addriic device address
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 78 of file driver_mpu6050_dmp_pedometer_test.c.

Here is the call graph for this function:

◆ mpu6050_dmp_pedometer_test_irq_handler()

uint8_t mpu6050_dmp_pedometer_test_irq_handler ( void )

dmp pedometer test irq

Returns
status code
  • 0 success
  • 1 run failed
Note
none

Definition at line 57 of file driver_mpu6050_dmp_pedometer_test.c.

Here is the call graph for this function:

◆ mpu6050_dmp_read_test()

uint8_t mpu6050_dmp_read_test ( mpu6050_address_t addr,
uint32_t times )

dmp read test

Parameters
[in]addriic device address
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 78 of file driver_mpu6050_dmp_read_test.c.

Here is the call graph for this function:

◆ mpu6050_dmp_read_test_irq_handler()

uint8_t mpu6050_dmp_read_test_irq_handler ( void )

dmp read test irq

Returns
status code
  • 0 success
  • 1 run failed
Note
none

Definition at line 57 of file driver_mpu6050_dmp_read_test.c.

Here is the call graph for this function:

◆ mpu6050_dmp_tap_orient_motion_test()

uint8_t mpu6050_dmp_tap_orient_motion_test ( mpu6050_address_t addr)

dmp test

Parameters
[in]addriic device address
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 234 of file driver_mpu6050_dmp_tap_orient_motion_test.c.

Here is the call graph for this function:

◆ mpu6050_dmp_tap_orient_motion_test_irq_handler()

uint8_t mpu6050_dmp_tap_orient_motion_test_irq_handler ( void )

dmp tap orient motion test irq

Returns
status code
  • 0 success
  • 1 run failed
Note
none

Definition at line 58 of file driver_mpu6050_dmp_tap_orient_motion_test.c.

Here is the call graph for this function:

◆ mpu6050_fifo_test()

uint8_t mpu6050_fifo_test ( mpu6050_address_t addr,
uint32_t times )

fifo test

Parameters
[in]addriic device address
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 74 of file driver_mpu6050_fifo_test.c.

Here is the call graph for this function:

◆ mpu6050_fifo_test_irq_handler()

uint8_t mpu6050_fifo_test_irq_handler ( void )

fifo test irq

Returns
status code
  • 0 success
  • 1 run failed
Note
none

Definition at line 53 of file driver_mpu6050_fifo_test.c.

Here is the call graph for this function:

◆ mpu6050_read_test()

uint8_t mpu6050_read_test ( mpu6050_address_t addr,
uint32_t times )

read test

Parameters
[in]addriic device address
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 50 of file driver_mpu6050_read_test.c.

Here is the call graph for this function:

◆ mpu6050_register_test()

uint8_t mpu6050_register_test ( mpu6050_address_t addr)

register test

Parameters
[in]addriic device address
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 50 of file driver_mpu6050_register_test.c.

Here is the call graph for this function: