LibDriver MMA7660FC
Loading...
Searching...
No Matches
mma7660fc test driver function

mma7660fc test driver modules More...

Collaboration diagram for mma7660fc test driver function:

Functions

uint8_t mma7660fc_motion_test_irq_handler (void)
 motion test irq
uint8_t mma7660fc_motion_test (uint32_t timeout)
 motion test
uint8_t mma7660fc_read_test (uint32_t times)
 read test
uint8_t mma7660fc_register_test (void)
 register test

Detailed Description

mma7660fc test driver modules

Function Documentation

◆ mma7660fc_motion_test()

uint8_t mma7660fc_motion_test ( uint32_t timeout)

motion test

Parameters
[in]timeouttimeout in ms
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 161 of file driver_mma7660fc_motion_test.c.

Here is the call graph for this function:

◆ mma7660fc_motion_test_irq_handler()

uint8_t mma7660fc_motion_test_irq_handler ( void )

motion test irq

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

Definition at line 143 of file driver_mma7660fc_motion_test.c.

Here is the call graph for this function:

◆ mma7660fc_read_test()

uint8_t mma7660fc_read_test ( uint32_t times)

read test

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

Definition at line 49 of file driver_mma7660fc_read_test.c.

Here is the call graph for this function:

◆ mma7660fc_register_test()

uint8_t mma7660fc_register_test ( void )

register test

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

Definition at line 49 of file driver_mma7660fc_register_test.c.

Here is the call graph for this function: