![]() |
LibDriver ADXL345
2.0.0
ADXL345 full-featured driver
|
adxl345 test driver modules More...
Functions | |
uint8_t | adxl345_fifo_test_irq_handler (void) |
fifo test irq More... | |
uint8_t | adxl345_fifo_test (adxl345_interface_t interface, adxl345_address_t addr_pin) |
fifo test More... | |
uint8_t | adxl345_read_test (adxl345_interface_t interface, adxl345_address_t addr_pin, uint32_t times) |
read test More... | |
uint8_t | adxl345_register_test (adxl345_interface_t interface, adxl345_address_t addr_pin) |
register test More... | |
uint8_t | adxl345_action_test_irq_handler (void) |
action test irq More... | |
uint8_t | adxl345_tap_action_fall_test (adxl345_interface_t interface, adxl345_address_t addr_pin) |
tap action fall test More... | |
adxl345 test driver modules
uint8_t adxl345_action_test_irq_handler | ( | void | ) |
action test irq
Definition at line 50 of file driver_adxl345_tap_action_fall_test.c.
uint8_t adxl345_fifo_test | ( | adxl345_interface_t | interface, |
adxl345_address_t | addr_pin | ||
) |
fifo test
[in] | interface | chip interface |
[in] | addr_pin | iic device address |
Definition at line 125 of file driver_adxl345_fifo_test.c.
uint8_t adxl345_fifo_test_irq_handler | ( | void | ) |
fifo test irq
Definition at line 52 of file driver_adxl345_fifo_test.c.
uint8_t adxl345_read_test | ( | adxl345_interface_t | interface, |
adxl345_address_t | addr_pin, | ||
uint32_t | times | ||
) |
read test
[in] | interface | chip interface |
[in] | addr_pin | iic device address |
[in] | times | test times |
Definition at line 54 of file driver_adxl345_read_test.c.
uint8_t adxl345_register_test | ( | adxl345_interface_t | interface, |
adxl345_address_t | addr_pin | ||
) |
register test
[in] | interface | chip interface |
[in] | addr_pin | iic device address |
Definition at line 52 of file driver_adxl345_register_test.c.
uint8_t adxl345_tap_action_fall_test | ( | adxl345_interface_t | interface, |
adxl345_address_t | addr_pin | ||
) |
tap action fall test
[in] | interface | chip interface |
[in] | addr_pin | iic device address |
Definition at line 156 of file driver_adxl345_tap_action_fall_test.c.