![]() |
LibDriver L3GD20H
|
l3gd20h test driver modules More...
Functions | |
| uint8_t | l3gd20h_fifo_test_irq_handler (void) |
| fifo test irq callback | |
| uint8_t | l3gd20h_fifo_test (l3gd20h_interface_t interface, l3gd20h_address_t addr_pin) |
| fifo test | |
| uint8_t | l3gd20h_interrupt_test (l3gd20h_interface_t interface, l3gd20h_address_t addr_pin, float interrupt_threshold, uint32_t times) |
| interrupt test | |
| uint8_t | l3gd20h_interrupt_test_irq_handler (void) |
| interrupt test irq callback | |
| uint8_t | l3gd20h_read_test (l3gd20h_interface_t interface, l3gd20h_address_t addr_pin, uint32_t times) |
| read test | |
| uint8_t | l3gd20h_register_test (l3gd20h_interface_t interface, l3gd20h_address_t addr_pin) |
| register test | |
l3gd20h test driver modules
| uint8_t l3gd20h_fifo_test | ( | l3gd20h_interface_t | interface, |
| l3gd20h_address_t | addr_pin ) |
fifo test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
Definition at line 145 of file driver_l3gd20h_fifo_test.c.
| uint8_t l3gd20h_fifo_test_irq_handler | ( | void | ) |
fifo test irq callback
Definition at line 54 of file driver_l3gd20h_fifo_test.c.
| uint8_t l3gd20h_interrupt_test | ( | l3gd20h_interface_t | interface, |
| l3gd20h_address_t | addr_pin, | ||
| float | interrupt_threshold, | ||
| uint32_t | times ) |
interrupt test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
| [in] | interrupt_threshold | interrupt threshold |
| [in] | times | test times |
Definition at line 149 of file driver_l3gd20h_interrupt_test.c.
| uint8_t l3gd20h_interrupt_test_irq_handler | ( | void | ) |
interrupt test irq callback
Definition at line 51 of file driver_l3gd20h_interrupt_test.c.
| uint8_t l3gd20h_read_test | ( | l3gd20h_interface_t | interface, |
| l3gd20h_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 53 of file driver_l3gd20h_read_test.c.
| uint8_t l3gd20h_register_test | ( | l3gd20h_interface_t | interface, |
| l3gd20h_address_t | addr_pin ) |
register test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
Definition at line 52 of file driver_l3gd20h_register_test.c.