![]() |
LibDriver ADXL362
|
adxl362 test driver modules More...
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 | |
adxl362 test driver modules
| uint8_t adxl362_fifo_test | ( | uint32_t | times | ) |
fifo test
| [in] | times | test times |
Definition at line 186 of file driver_adxl362_fifo_test.c.
| uint8_t adxl362_fifo_test_irq_handler | ( | void | ) |
fifo test irq
Definition at line 50 of file driver_adxl362_fifo_test.c.
| uint8_t adxl362_motion_test | ( | uint32_t | times | ) |
motion test
| [in] | times | test times |
Definition at line 133 of file driver_adxl362_motion_test.c.
| uint8_t adxl362_motion_test_irq_handler | ( | void | ) |
motion test irq
Definition at line 49 of file driver_adxl362_motion_test.c.
| uint8_t adxl362_read_test | ( | uint32_t | times | ) |
read test
| [in] | times | test times |
Definition at line 49 of file driver_adxl362_read_test.c.
| uint8_t adxl362_register_test | ( | void | ) |
register test
Definition at line 49 of file driver_adxl362_register_test.c.