LibDriver ADXL362
Loading...
Searching...
No Matches
adxl362 test driver function

adxl362 test driver modules More...

Collaboration diagram for adxl362 test driver function:

Functions

uint8_t adxl362_fifo_test_irq_handler (void)
 fifo test irq
uint8_t adxl362_fifo_test (uint32_t times)
 fifo test
uint8_t adxl362_motion_test_irq_handler (void)
 motion test irq
uint8_t adxl362_motion_test (uint32_t times)
 motion test
uint8_t adxl362_read_test (uint32_t times)
 read test
uint8_t adxl362_register_test (void)
 register test

Detailed Description

adxl362 test driver modules

Function Documentation

◆ adxl362_fifo_test()

uint8_t adxl362_fifo_test ( uint32_t times)

fifo test

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

Definition at line 186 of file driver_adxl362_fifo_test.c.

Here is the call graph for this function:

◆ adxl362_fifo_test_irq_handler()

uint8_t adxl362_fifo_test_irq_handler ( void )

fifo test irq

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

Definition at line 50 of file driver_adxl362_fifo_test.c.

Here is the call graph for this function:

◆ adxl362_motion_test()

uint8_t adxl362_motion_test ( uint32_t times)

motion test

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

Definition at line 133 of file driver_adxl362_motion_test.c.

Here is the call graph for this function:

◆ adxl362_motion_test_irq_handler()

uint8_t adxl362_motion_test_irq_handler ( void )

motion test irq

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

Definition at line 49 of file driver_adxl362_motion_test.c.

Here is the call graph for this function:

◆ adxl362_read_test()

uint8_t adxl362_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_adxl362_read_test.c.

Here is the call graph for this function:

◆ adxl362_register_test()

uint8_t adxl362_register_test ( void )

register test

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

Definition at line 49 of file driver_adxl362_register_test.c.

Here is the call graph for this function: