![]() |
LibDriver BMP390
|
bmp390 test driver modules More...
Functions | |
| uint8_t | bmp390_fifo_test_irq_handler (void) |
| fifo test irq handler | |
| uint8_t | bmp390_fifo_test (bmp390_interface_t interface, bmp390_address_t addr_pin, uint32_t times) |
| fifo test | |
| uint8_t | bmp390_interrupt_test_irq_handler (void) |
| interrupt test irq handler | |
| uint8_t | bmp390_interrupt_test (bmp390_interface_t interface, bmp390_address_t addr_pin, uint32_t times) |
| interrupt test | |
| uint8_t | bmp390_read_test (bmp390_interface_t interface, bmp390_address_t addr_pin, uint32_t times) |
| read test | |
| uint8_t | bmp390_register_test (bmp390_interface_t interface, bmp390_address_t addr_pin) |
| register test | |
bmp390 test driver modules
| uint8_t bmp390_fifo_test | ( | bmp390_interface_t | interface, |
| bmp390_address_t | addr_pin, | ||
| uint32_t | times ) |
fifo test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
| [in] | times | test times |
Definition at line 149 of file driver_bmp390_fifo_test.c.
| uint8_t bmp390_fifo_test_irq_handler | ( | void | ) |
fifo test irq handler
Definition at line 52 of file driver_bmp390_fifo_test.c.
| uint8_t bmp390_interrupt_test | ( | bmp390_interface_t | interface, |
| bmp390_address_t | addr_pin, | ||
| uint32_t | times ) |
interrupt test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
| [in] | times | test times |
Definition at line 115 of file driver_bmp390_interrupt_test.c.
| uint8_t bmp390_interrupt_test_irq_handler | ( | void | ) |
interrupt test irq handler
Definition at line 51 of file driver_bmp390_interrupt_test.c.
| uint8_t bmp390_read_test | ( | bmp390_interface_t | interface, |
| bmp390_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 51 of file driver_bmp390_read_test.c.
| uint8_t bmp390_register_test | ( | bmp390_interface_t | interface, |
| bmp390_address_t | addr_pin ) |
register test
| [in] | interface | chip interface |
| [in] | addr_pin | iic device address |
Definition at line 51 of file driver_bmp390_register_test.c.